#6881AD

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

Shades of Ship Cove #6881AD

Tints of Ship Cove #6881AD

Color information

#6881AD (or 0x6881AD) is unknown color: approx Ship Cove. HEX triplet: 68, 81 and AD. RGB value is (104,129,173). Sum of RGB (Red+Green+Blue) = 104+129+173=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #6881AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6881AD is #977E52. Grayscale: #7E7E7E. Windows color (decimal): -9928275 or 11370856. OLE color: 11370856.

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

Color convert

RGB104129173-
CMYK0.400.2500.32
HSL218.26º29.61%54.31%-
HSV(B)218.26º39.88%67.84%-
XYZ21.121.6642.6-
YUV126.54154.22111.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=25.62%
G=31.77%
B=42.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041291730.400.2500.32218.2629.6154.31
Hex6881AD2819020da1e36
Octal15020125550310403323666
Binary110100010000001101011011010001100101000001101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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