#6981AA

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

Shades of Ship Cove #6981AA

Tints of Ship Cove #6981AA

Color information

#6981AA (or 0x6981AA) is unknown color: approx Ship Cove. HEX triplet: 69, 81 and AA. RGB value is (105,129,170). Sum of RGB (Red+Green+Blue) = 105+129+170=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6981AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981AA is #967E55. Grayscale: #7E7E7E. Windows color (decimal): -9862742 or 11174249. OLE color: 11174249.

HSL color Cylindrical-coordinate representation of color #6981AA: hue angle of 217.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6981AA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105129170-
CMYK0.380.2400.33
HSL217.85º27.66%53.92%-
HSV(B)217.85º38.24%66.67%-
XYZ20.9321.6141.1-
YUV126.5152.55112.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=25.99%
G=31.93%
B=42.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051291700.380.2400.33217.8527.6653.92
Hex6981AA2618021da1c36
Octal15120125246300413323466
Binary110100110000001101010101001101100001000011101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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