#6982AB

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

Shades of Ship Cove #6982AB

Tints of Ship Cove #6982AB

Color information

#6982AB (or 0x6982AB) is unknown color: approx Ship Cove. HEX triplet: 69, 82 and AB. RGB value is (105,130,171). Sum of RGB (Red+Green+Blue) = 105+130+171=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6982AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6982AB is #967D54. Grayscale: #7F7F7F. Windows color (decimal): -9862485 or 11240041. OLE color: 11240041.

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

Color convert

RGB105130171-
CMYK0.390.2400.33
HSL217.27º28.21%54.12%-
HSV(B)217.27º38.6%67.06%-
XYZ21.1621.9141.64-
YUV127.2152.72112.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=25.86%
G=32.02%
B=42.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051301710.390.2400.33217.2728.2154.12
Hex6982AB2718021d91c36
Octal15120225347300413313466
Binary110100110000010101010111001111100001000011101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6982AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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