#6680AB

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

Shades of Ship Cove #6680AB

Tints of Ship Cove #6680AB

Color information

#6680AB (or 0x6680AB) is unknown color: approx Ship Cove. HEX triplet: 66, 80 and AB. RGB value is (102,128,171). Sum of RGB (Red+Green+Blue) = 102+128+171=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6680AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6680AB is #997F54. Grayscale: #7C7C7C. Windows color (decimal): -10059605 or 11239526. OLE color: 11239526.

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

Color convert

RGB102128171-
CMYK0.400.2500.33
HSL217.39º29.11%53.53%-
HSV(B)217.39º40.35%67.06%-
XYZ20.5521.241.54-
YUV125.13153.89111.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=25.44%
G=31.92%
B=42.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021281710.400.2500.33217.3929.1153.53
Hex6680AB2819021d91d36
Octal14620025350310413313566
Binary110011010000000101010111010001100101000011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6680AB; }

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

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

<style>
 a { background-color: #6680AB; }

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

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

<style>
 span { border-color: #6680AB; }

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

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