#6A82A9

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

Shades of Ship Cove #6A82A9

Tints of Ship Cove #6A82A9

Color information

#6A82A9 (or 0x6A82A9) is unknown color: approx Ship Cove. HEX triplet: 6A, 82 and A9. RGB value is (106,130,169). Sum of RGB (Red+Green+Blue) = 106+130+169=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A82A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A82A9 is #957D56. Grayscale: #7F7F7F. Windows color (decimal): -9796951 or 11108970. OLE color: 11108970.

HSL color Cylindrical-coordinate representation of color #6A82A9: 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.37%. Process color model (Four color, CMYK) of #6A82A9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB106130169-
CMYK0.370.2300.34
HSL217.14º26.81%53.92%-
HSV(B)217.14º37.28%66.27%-
XYZ21.0921.8940.65-
YUV127.27151.55112.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=26.17%
G=32.10%
B=41.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061301690.370.2300.34217.1426.8153.92
Hex6A82A92517022d91b36
Octal15220225145270423313366
Binary110101010000010101010011001011011101000101101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A82A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A82A9; }

 p { color: rgb(106,130,169); }

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

<style>
 a { background-color: #6A82A9; }

 a { background-color: rgb(106,130,169); }

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

<style>
 span { border-color: #6A82A9; }

 span { border-color: rgb(106,130,169); }

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