#6881AB

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

Shades of Ship Cove #6881AB

Tints of Ship Cove #6881AB

Color information

#6881AB (or 0x6881AB) is unknown color: approx Ship Cove. HEX triplet: 68, 81 and AB. RGB value is (104,129,171). Sum of RGB (Red+Green+Blue) = 104+129+171=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6881AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6881AB is #977E54. Grayscale: #7E7E7E. Windows color (decimal): -9928277 or 11239784. OLE color: 11239784.

HSL color Cylindrical-coordinate representation of color #6881AB: hue angle of 217.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6881AB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104129171-
CMYK0.390.2500.33
HSL217.61º28.51%53.92%-
HSV(B)217.61º39.18%67.06%-
XYZ20.9121.5841.59-
YUV126.31153.22112.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=25.74%
G=31.93%
B=42.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041291710.390.2500.33217.6128.5153.92
Hex6881AB2719021da1d36
Octal15020125347310413323566
Binary110100010000001101010111001111100101000011101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,129,171); }

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

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

 a { background-color: rgb(104,129,171); }

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

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

 span { border-color: rgb(104,129,171); }

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