#667AA4

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

Shades of Ship Cove #667AA4

Tints of Ship Cove #667AA4

Color information

#667AA4 (or 0x667AA4) is unknown color: approx Ship Cove. HEX triplet: 66, 7A and A4. RGB value is (102,122,164). Sum of RGB (Red+Green+Blue) = 102+122+164=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #667AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AA4 is #99855B. Grayscale: #787878. Windows color (decimal): -10061148 or 10779238. OLE color: 10779238.

HSL color Cylindrical-coordinate representation of color #667AA4: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #667AA4 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102122164-
CMYK0.380.2600.36
HSL220.65º25.41%52.16%-
HSV(B)220.65º37.8%64.31%-
XYZ19.1419.4237.86-
YUV120.81152.37114.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=26.29%
G=31.44%
B=42.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021221640.380.2600.36220.6525.4152.16
Hex667AA4261A024dd1934
Octal14617224446320443353164
Binary11001101111010101001001001101101001001001101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,122,164); }

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

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

 a { background-color: rgb(102,122,164); }

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

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

 span { border-color: rgb(102,122,164); }

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