Color Hex Logo

#6c8fea Color Hex

#6C8FEA
(108,143,234)
0 Favorites   0 Comments

Color spaces of #6c8fea

RGB 108143234
HSL0.620.750.67
HSV223°54°92°
CMYK 0.540.390.00   0.08
XYZ30.858128.773681.7694
Yxy28.77360.21820.2035
Hunter Lab53.64108.8140-52.8319
CIE-Lab60.581313.5560-49.7548

#6c8fea color RGB value is (108,143,234).

#6c8fea hex color red value is 108, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6c8fea hue: 0.62 , saturation: 0.75 and the lightness value of 6c8fea is 0.67.

The process color (four color CMYK) of #6c8fea color hex is 0.54, 0.39, 0.00, 0.08. Web safe color of #6c8fea is #6699ff. Color #6c8fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001111 11101010
Octal 154 217 352
Decimal 108 143 234
Hex 6C 8F EA

RGB Percentages of Color #6c8fea

%22.27
%29.48
%48.25

CMYK Percentages of Color #6c8fea

%54
%39
%0
%8

Triadic Colors of #6c8fea

#6c8fea #ea6c8f #8fea6c

Analogous Colors of #6c8fea

#6c8fea #886cea #6cceea

Monochromatic Colors of #6c8fea

#6c8fea

Complementary Color

#6c8fea #eac76c

#6c8fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8fea Color CSS Codes

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

#6c8fea Text Font Color

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

This sample text font color is #6c8fea
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.


#6c8fea Background Color

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

This div background color is #6c8fea


#6c8fea Border Color

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

This div border color is #6c8fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,143,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c8fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c8fea;
  -webkit-box-shadow: 1px 1px 3px 2px #6c8fea;
  box-shadow:         1px 1px 3px 2px #6c8fea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,143,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8fea


Comments

No comments written yet.

Please login to write comment.