Color Hex Logo

#6894c6 Color Hex

#6894C6
(104,148,198)
0 Favorites   0 Comments

Color spaces of #6894c6

RGB 104148198
HSL0.590.450.59
HSV212°47°78°
CMYK 0.470.250.00   0.22
XYZ26.491928.200157.4730
Yxy28.20010.23620.2514
Hunter Lab53.1038-3.8832-26.9956
CIE-Lab60.0691-1.2749-30.4799

#6894c6 color RGB value is (104,148,198).

#6894c6 hex color red value is 104, green value is 148 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #6894c6 hue: 0.59 , saturation: 0.45 and the lightness value of 6894c6 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010100 11000110
Octal 150 224 306
Decimal 104 148 198
Hex 68 94 C6

RGB Percentages of Color #6894c6

%23.11
%32.89
%44.00

CMYK Percentages of Color #6894c6

%47
%25
%0
%22

Triadic Colors of #6894c6

#6894c6 #c66894 #94c668

Analogous Colors of #6894c6

#6894c6 #6b68c6 #68c3c6

Monochromatic Colors of #6894c6

#6894c6

Complementary Color

#6894c6 #c69a68

#6894c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6894c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6894c6 Color CSS Codes

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

#6894c6 Text Font Color

<p style="color:#6894c6">Text here</p>

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


#6894c6 Background Color

<div style="background-color:#6894c6">
Div content here</div>

This div background color is #6894c6


#6894c6 Border Color

<div style="border:3px solid #6894c6">
Div here</div>

This div border color is #6894c6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,148,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6894c6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6894c6;
  -webkit-box-shadow: 1px 1px 3px 2px #6894c6;
  box-shadow:         1px 1px 3px 2px #6894c6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6894c6


Comments

No comments written yet.

Please login to write comment.