#6981AB

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

Shades of Ship Cove #6981AB

Tints of Ship Cove #6981AB

Color information

#6981AB (or 0x6981AB) is unknown color: approx Ship Cove. HEX triplet: 69, 81 and AB. RGB value is (105,129,171). Sum of RGB (Red+Green+Blue) = 105+129+171=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6981AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981AB is #967E54. Grayscale: #7E7E7E. Windows color (decimal): -9862741 or 11239785. OLE color: 11239785.

HSL color Cylindrical-coordinate representation of color #6981AB: hue angle of 218.18º degrees, saturation: 0.28, 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 #6981AB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105129171-
CMYK0.390.2500.33
HSL218.18º28.21%54.12%-
HSV(B)218.18º38.6%67.06%-
XYZ21.0321.6441.6-
YUV126.61153.05112.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=25.93%
G=31.85%
B=42.22%

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
Decimal1051291710.390.2500.33218.1828.2154.12
Hex6981AB2719021da1c36
Octal15120125347310413323466
Binary110100110000001101010111001111100101000011101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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