Color Hex Logo

#6c8bef Color Hex

#6C8BEF
(108,139,239)
0 Favorites   0 Comments

Color spaces of #6c8bef

RGB 108139239
HSL0.630.800.68
HSV226°55°94°
CMYK 0.550.420.00   0.06
XYZ30.996927.885485.4101
Yxy27.88540.21480.1933
Hunter Lab52.806612.3659-58.9317
CIE-Lab59.785117.5025-53.7865

#6c8bef color RGB value is (108,139,239).

#6c8bef hex color red value is 108, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6c8bef hue: 0.63 , saturation: 0.80 and the lightness value of 6c8bef is 0.68.

The process color (four color CMYK) of #6c8bef color hex is 0.55, 0.42, 0.00, 0.06. Web safe color of #6c8bef is #6699ff. Color #6c8bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001011 11101111
Octal 154 213 357
Decimal 108 139 239
Hex 6C 8B EF

RGB Percentages of Color #6c8bef

%22.22
%28.60
%49.18

CMYK Percentages of Color #6c8bef

%55
%42
%0
%6

Triadic Colors of #6c8bef

#6c8bef #ef6c8b #8bef6c

Analogous Colors of #6c8bef

#6c8bef #8f6cef #6ccdef

Monochromatic Colors of #6c8bef

#6c8bef

Complementary Color

#6c8bef #efd06c

#6c8bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8bef Color CSS Codes

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

#6c8bef Text Font Color

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

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


#6c8bef Background Color

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

This div background color is #6c8bef


#6c8bef Border Color

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

This div border color is #6c8bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8bef


Comments

No comments written yet.

Please login to write comment.