#6981AE

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

Shades of Ship Cove #6981AE

Tints of Ship Cove #6981AE

Color information

#6981AE (or 0x6981AE) is unknown color: approx Ship Cove. HEX triplet: 69, 81 and AE. RGB value is (105,129,174). Sum of RGB (Red+Green+Blue) = 105+129+174=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6981AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981AE is #967E51. Grayscale: #7E7E7E. Windows color (decimal): -9862738 or 11436393. OLE color: 11436393.

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

Color convert

RGB105129174-
CMYK0.400.2600.32
HSL219.13º29.87%54.71%-
HSV(B)219.13º39.66%68.24%-
XYZ21.3221.7643.12-
YUV126.95154.55112.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=25.74%
G=31.62%
B=42.65%

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
Decimal1051291740.400.2600.32219.1329.8754.71
Hex6981AE281A020db1e37
Octal15120125650320403333667
Binary110100110000001101011101010001101001000001101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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