color codes Logo

#6b8cfc color codes

#6B8CFC
(107,140,252)
0 Favorites   0 Comments

Color spaces of #6b8cfc

RGB 107140252
HSL0.630.960.70
HSV226°58°99°
CMYK 0.580.440.00   0.01
XYZ33.012228.910295.9358
Yxy28.91020.20910.1831
Hunter Lab53.768215.4997-68.1503
CIE-Lab60.702320.8516-59.4906

#6b8cfc color RGB value is (107,140,252).

#6b8cfc hex color red value is 107, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6b8cfc hue: 0.63 , saturation: 0.96 and the lightness value of 6b8cfc is 0.70.

The process color (four color CMYK) of #6b8cfc color code is 0.58, 0.44, 0.00, 0.01. Web safe color of #6b8cfc is #6699ff. Color #6b8cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001100 11111100
Octal 153 214 374
Decimal 107 140 252
Hex 6B 8C FC

RGB Percentages of Color #6b8cfc

%21.44
%28.06
%50.50

CMYK Percentages of Color #6b8cfc

%58
%44
%0
%1

Triadic Colors of #6b8cfc

#6b8cfc #fc6b8c #8cfc6b

Analogous Colors of #6b8cfc

#6b8cfc #936bfc #6bd5fc

Monochromatic Colors of #6b8cfc

#6b8cfc

Complementary Color

#6b8cfc #fcdb6b

#6b8cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8cfc Color CSS Codes

.mybgcolor {background-color:#6b8cfc; } 
.myforecolor {color:#6b8cfc; }
.mybordercolor {border:3px solid #6b8cfc; }

#6b8cfc Text Font Color

<p style="color:#6b8cfc">Text here</p>

This sample text font color is #6b8cfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b8cfc Background Color

<div style="background-color:#6b8cfc">
Div content here</div>

This div background color is #6b8cfc


#6b8cfc Border Color

<div style="border:3px solid #6b8cfc">
Div here</div>

This div border color is #6b8cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,140,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b8cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b8cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #6b8cfc;
  box-shadow:         1px 1px 3px 2px #6b8cfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,140,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b8cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b8cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #6b8cfc;
  box-shadow:         1px 1px 3px 2px #6b8cfc;">
Div content here</div>

This div box has shadow with color #6b8cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.