#667EAF

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

Shades of Ship Cove #667EAF

Tints of Ship Cove #667EAF

Color information

#667EAF (or 0x667EAF) is unknown color: approx Ship Cove. HEX triplet: 66, 7E and AF. RGB value is (102,126,175). Sum of RGB (Red+Green+Blue) = 102+126+175=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #667EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667EAF is #998150. Grayscale: #7C7C7C. Windows color (decimal): -10060113 or 11501158. OLE color: 11501158.

HSL color Cylindrical-coordinate representation of color #667EAF: hue angle of 220.27º 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 #667EAF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102126175-
CMYK0.420.2800.31
HSL220.27º31.33%54.31%-
HSV(B)220.27º41.71%68.63%-
XYZ20.6820.8443.49-
YUV124.41156.55112.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=25.31%
G=31.27%
B=43.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021261750.420.2800.31220.2731.3354.31
Hex667EAF2A1C01Fdc1f36
Octal14617625752340373343766
Binary1100110111111010101111101010111000111111101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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