#6981a8

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

Shades of Ship Cove #6981A8

Tints of Ship Cove #6981A8

Color information

#6981A8 (or 0x6981A8) is unknown color: approx Ship Cove. HEX triplet: 69, 81 and A8. RGB value is (105,129,168). Sum of RGB (Red+Green+Blue) = 105+129+168=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 168 - color contains mainly: blue. Hex color #6981A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981A8 is #967E57. Grayscale: #7E7E7E. Windows color (decimal): -9862744 or 11043177. OLE color: 11043177.

HSL color Cylindrical-coordinate representation of color #6981A8: hue angle of 217.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6981A8 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105129168-
CMYK0.380.2300.34
HSL217.14º26.58%53.53%-
HSV(B)217.14º37.5%65.88%-
XYZ20.7421.5340.11-
YUV126.27151.55112.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 168 (66.02% from 255) = 41.79%
R=26.12%
G=32.09%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051291680.380.2300.34217.1426.5853.53
Hex6981A82617022d91b36
Octal15120125046270423313366
Binary110100110000001101010001001101011101000101101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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