#6980AC

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

Shades of Ship Cove #6980AC

Tints of Ship Cove #6980AC

Color information

#6980AC (or 0x6980AC) is unknown color: approx Ship Cove. HEX triplet: 69, 80 and AC. RGB value is (105,128,172). Sum of RGB (Red+Green+Blue) = 105+128+172=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #6980AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6980AC is #967F53. Grayscale: #7D7D7D. Windows color (decimal): -9862996 or 11305065. OLE color: 11305065.

HSL color Cylindrical-coordinate representation of color #6980AC: hue angle of 219.4º degrees, saturation: 0.29, 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 #6980AC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105128172-
CMYK0.390.2600.33
HSL219.4º28.76%54.31%-
HSV(B)219.4º38.95%67.45%-
XYZ20.9921.4242.06-
YUV126.14153.88112.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=25.93%
G=31.60%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051281720.390.2600.33219.428.7654.31
Hex6980AC271A021db1d36
Octal15120025447320413333566
Binary110100110000000101011001001111101001000011101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6980AC; }

 p { color: rgb(105,128,172); }

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

<style>
 a { background-color: #6980AC; }

 a { background-color: rgb(105,128,172); }

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

<style>
 span { border-color: #6980AC; }

 span { border-color: rgb(105,128,172); }

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