#667CAB

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

Shades of Ship Cove #667CAB

Tints of Ship Cove #667CAB

Color information

#667CAB (or 0x667CAB) is unknown color: approx Ship Cove. HEX triplet: 66, 7C and AB. RGB value is (102,124,171). Sum of RGB (Red+Green+Blue) = 102+124+171=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #667CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CAB is #998354. Grayscale: #7A7A7A. Windows color (decimal): -10060629 or 11238502. OLE color: 11238502.

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

Color convert

RGB102124171-
CMYK0.400.2700.33
HSL220.87º29.11%53.53%-
HSV(B)220.87º40.35%67.06%-
XYZ20.0420.1841.37-
YUV122.78155.21113.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=25.69%
G=31.23%
B=43.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021241710.400.2700.33220.8729.1153.53
Hex667CAB281B021dd1d36
Octal14617425350330413353566
Binary11001101111100101010111010001101101000011101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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