#667FAF

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

Shades of Ship Cove #667FAF

Tints of Ship Cove #667FAF

Color information

#667FAF (or 0x667FAF) is unknown color: approx Ship Cove. HEX triplet: 66, 7F and AF. RGB value is (102,127,175). Sum of RGB (Red+Green+Blue) = 102+127+175=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #667FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAF is #998050. Grayscale: #7C7C7C. Windows color (decimal): -10059857 or 11501414. OLE color: 11501414.

HSL color Cylindrical-coordinate representation of color #667FAF: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667FAF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102127175-
CMYK0.420.2700.31
HSL219.45º31.33%54.31%-
HSV(B)219.45º41.71%68.63%-
XYZ20.8121.143.53-
YUV125156.22111.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=25.25%
G=31.44%
B=43.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021271750.420.2700.31219.4531.3354.31
Hex667FAF2A1B01Fdb1f36
Octal14617725752330373333766
Binary1100110111111110101111101010110110111111101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,175); }

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

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

 a { background-color: rgb(102,127,175); }

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

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

 span { border-color: rgb(102,127,175); }

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