#667CAA

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

Shades of Ship Cove #667CAA

Tints of Ship Cove #667CAA

Color information

#667CAA (or 0x667CAA) is unknown color: approx Ship Cove. HEX triplet: 66, 7C and AA. RGB value is (102,124,170). Sum of RGB (Red+Green+Blue) = 102+124+170=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #667CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CAA is #998355. Grayscale: #7A7A7A. Windows color (decimal): -10060630 or 11172966. OLE color: 11172966.

HSL color Cylindrical-coordinate representation of color #667CAA: hue angle of 220.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667CAA is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102124170-
CMYK0.40.2700.33
HSL220.59º28.57%53.33%-
HSV(B)220.59º40%66.67%-
XYZ19.9420.1440.87-
YUV122.67154.71113.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=25.76%
G=31.31%
B=42.93%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021241700.40.2700.33220.5928.5753.33
Hex667CAA281B021dd1d35
Octal14617425250330413353565
Binary11001101111100101010101010001101101000011101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,124,170); }

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

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

 a { background-color: rgb(102,124,170); }

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

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

 span { border-color: rgb(102,124,170); }

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