Color Hex Logo

#6775cb Color Hex

#6775CB
(103,117,203)
0 Favorites   0 Comments

Color spaces of #6775cb

RGB 103117203
HSL0.640.490.60
HSV232°49°80°
CMYK 0.490.420.00   0.20
XYZ22.734319.917959.1462
Yxy19.91790.22330.1957
Hunter Lab44.629512.8265-47.3348
CIE-Lab51.744318.3722-46.3866

#6775cb color RGB value is (103,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110101 11001011
Octal 147 165 313
Decimal 103 117 203
Hex 67 75 CB

RGB Percentages of Color #6775cb

%24.35
%27.66
%47.99

CMYK Percentages of Color #6775cb

%49
%42
%0
%20

Triadic Colors of #6775cb

#6775cb #cb6775 #75cb67

Analogous Colors of #6775cb

#6775cb #8b67cb #67a7cb

Monochromatic Colors of #6775cb

#6775cb

Complementary Color

#6775cb #cbbd67

#6775cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6775cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6775cb Color CSS Codes

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

#6775cb Text Font Color

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

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


#6775cb Background Color

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

This div background color is #6775cb


#6775cb Border Color

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

This div border color is #6775cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,117,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 #6775cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6775cb


Comments

No comments written yet.

Please login to write comment.