#667DA8

Color #667DA8 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #667DA8

Tints of Ship Cove #667DA8

Color information

#667DA8 (or 0x667DA8) is unknown color: approx Ship Cove. HEX triplet: 66, 7D and A8. RGB value is (102,125,168). Sum of RGB (Red+Green+Blue) = 102+125+168=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #667DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DA8 is #998257. Grayscale: #7A7A7A. Windows color (decimal): -10060376 or 11042150. OLE color: 11042150.

HSL color Cylindrical-coordinate representation of color #667DA8: hue angle of 219.09º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667DA8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB102125168-
CMYK0.390.2600.34
HSL219.09º27.5%52.94%-
HSV(B)219.09º39.29%65.88%-
XYZ19.8820.3239.92-
YUV123.02153.38113-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=25.82%
G=31.65%
B=42.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021251680.390.2600.34219.0927.552.94
Hex667DA8271A022db1c35
Octal14617525047320423333465
Binary11001101111101101010001001111101001000101101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667DA8; }

 p { color: rgb(102,125,168); }

 H1.HeaderClassName
 {
   color: #667DA8;
 }
 .AnyTagClassName
 {
   color: #667DA8;
 }
</style>
background-color css

<style>
 a { background-color: #667DA8; }

 a { background-color: rgb(102,125,168); }

 div.DivClassName
 {
   background-color: #667DA8;
 }
 .BgClassName
 {
   background-color: #667DA8;
 }
</style>
border-color css

<style>
 span { border-color: #667DA8; }

 span { border-color: rgb(102,125,168); }

 td.TdClassName
 {
   border-color: #667DA8;
 }
 .TagClassName
 {
   border-color: #667DA8;
 }
</style>