Color Hex Logo

#6c94be Color Hex

#6C94BE
(108,148,190)
0 Favorites   0 Comments

Color spaces of #6c94be

RGB 108148190
HSL0.590.390.58
HSV211°43°75°
CMYK 0.430.220.00   0.25
XYZ26.068528.085752.7623
Yxy28.08570.24380.2627
Hunter Lab52.9959-4.9394-21.9314
CIE-Lab59.9661-2.5803-26.1150

#6c94be color RGB value is (108,148,190).

#6c94be hex color red value is 108, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6c94be hue: 0.59 , saturation: 0.39 and the lightness value of 6c94be is 0.58.

The process color (four color CMYK) of #6c94be color hex is 0.43, 0.22, 0.00, 0.25. Web safe color of #6c94be is #6699cc. Color #6c94be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10010100 10111110
Octal 154 224 276
Decimal 108 148 190
Hex 6C 94 BE

RGB Percentages of Color #6c94be

%24.22
%33.18
%42.60

CMYK Percentages of Color #6c94be

%43
%22
%0
%25

Triadic Colors of #6c94be

#6c94be #be6c94 #94be6c

Analogous Colors of #6c94be

#6c94be #6d6cbe #6cbdbe

Monochromatic Colors of #6c94be

#6c94be

Complementary Color

#6c94be #be966c

#6c94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c94be Color CSS Codes

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

#6c94be Text Font Color

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

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


#6c94be Background Color

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

This div background color is #6c94be


#6c94be Border Color

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

This div border color is #6c94be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c94be


Comments

No comments written yet.

Please login to write comment.