#667FAB

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

Shades of Ship Cove #667FAB

Tints of Ship Cove #667FAB

Color information

#667FAB (or 0x667FAB) is unknown color: approx Ship Cove. HEX triplet: 66, 7F and AB. RGB value is (102,127,171). Sum of RGB (Red+Green+Blue) = 102+127+171=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #667FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FAB is #998054. Grayscale: #7C7C7C. Windows color (decimal): -10059861 or 11239270. OLE color: 11239270.

HSL color Cylindrical-coordinate representation of color #667FAB: hue angle of 218.26º 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 #667FAB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102127171-
CMYK0.400.2600.33
HSL218.26º29.11%53.53%-
HSV(B)218.26º40.35%67.06%-
XYZ20.4220.9441.49-
YUV124.54154.22111.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=25.5%
G=31.75%
B=42.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021271710.400.2600.33218.2629.1153.53
Hex667FAB281A021da1d36
Octal14617725350320413323566
Binary11001101111111101010111010001101001000011101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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