#6881AE

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

Shades of Ship Cove #6881AE

Tints of Ship Cove #6881AE

Color information

#6881AE (or 0x6881AE) is unknown color: approx Ship Cove. HEX triplet: 68, 81 and AE. RGB value is (104,129,174). Sum of RGB (Red+Green+Blue) = 104+129+174=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6881AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6881AE is #977E51. Grayscale: #7E7E7E. Windows color (decimal): -9928274 or 11436392. OLE color: 11436392.

HSL color Cylindrical-coordinate representation of color #6881AE: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6881AE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104129174-
CMYK0.400.2600.32
HSL218.57º30.17%54.51%-
HSV(B)218.57º40.23%68.24%-
XYZ21.221.743.12-
YUV126.66154.72111.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=25.55%
G=31.70%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1041291740.400.2600.32218.5730.1754.51
Hex6881AE281A020db1e37
Octal15020125650320403333667
Binary110100010000001101011101010001101001000001101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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