Color Hex Logo

#6778cb Color Hex

#6778CB
(103,120,203)
0 Favorites   0 Comments

Color spaces of #6778cb

RGB 103120203
HSL0.640.490.60
HSV230°49°80°
CMYK 0.490.410.00   0.20
XYZ23.089520.628359.2646
Yxy20.62830.22420.2003
Hunter Lab45.418411.2625-45.5722
CIE-Lab52.540316.5492-45.1230

#6778cb color RGB value is (103,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111000 11001011
Octal 147 170 313
Decimal 103 120 203
Hex 67 78 CB

RGB Percentages of Color #6778cb

%24.18
%28.17
%47.65

CMYK Percentages of Color #6778cb

%49
%41
%0
%20

Triadic Colors of #6778cb

#6778cb #cb6778 #78cb67

Analogous Colors of #6778cb

#6778cb #8867cb #67aacb

Monochromatic Colors of #6778cb

#6778cb

Complementary Color

#6778cb #cbba67

#6778cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6778cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6778cb Color CSS Codes

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

#6778cb Text Font Color

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

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


#6778cb Background Color

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

This div background color is #6778cb


#6778cb Border Color

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

This div border color is #6778cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6778cb


Comments

No comments written yet.

Please login to write comment.