Color Hex Logo

#6874cb Color Hex

#6874CB
(104,116,203)
0 Favorites   0 Comments

Color spaces of #6874cb

RGB 104116203
HSL0.650.490.60
HSV233°49°80°
CMYK 0.490.430.00   0.20
XYZ22.733819.745659.1130
Yxy19.74560.22380.1944
Hunter Lab44.436013.5589-47.7680
CIE-Lab51.548419.2144-46.6938

#6874cb color RGB value is (104,116,203).

#6874cb hex color red value is 104, green value is 116 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6874cb hue: 0.65 , saturation: 0.49 and the lightness value of 6874cb is 0.60.

The process color (four color CMYK) of #6874cb color hex is 0.49, 0.43, 0.00, 0.20. Web safe color of #6874cb is #6666cc. Color #6874cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110100 11001011
Octal 150 164 313
Decimal 104 116 203
Hex 68 74 CB

RGB Percentages of Color #6874cb

%24.59
%27.42
%47.99

CMYK Percentages of Color #6874cb

%49
%43
%0
%20

Triadic Colors of #6874cb

#6874cb #cb6874 #74cb68

Analogous Colors of #6874cb

#6874cb #8e68cb #68a6cb

Monochromatic Colors of #6874cb

#6874cb

Complementary Color

#6874cb #cbbf68

#6874cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6874cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6874cb Color CSS Codes

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

#6874cb Text Font Color

<p style="color:#6874cb">Text here</p>

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


#6874cb Background Color

<div style="background-color:#6874cb">
Div content here</div>

This div background color is #6874cb


#6874cb Border Color

<div style="border:3px solid #6874cb">
Div here</div>

This div border color is #6874cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,116,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6874cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6874cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6874cb;
  box-shadow:         1px 1px 3px 2px #6874cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6874cb


Comments

No comments written yet.

Please login to write comment.