#6A8A96

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

Shades of Horizon #6A8A96

Tints of Horizon #6A8A96

Color information

#6A8A96 (or 0x6A8A96) is unknown color: approx Horizon. HEX triplet: 6A, 8A and 96. RGB value is (106,138,150). Sum of RGB (Red+Green+Blue) = 106+138+150=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A8A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A96 is #957569. Grayscale: #818181. Windows color (decimal): -9794922 or 9865834. OLE color: 9865834.

HSL color Cylindrical-coordinate representation of color #6A8A96: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8A96 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB106138150-
CMYK0.290.0800.41
HSL196.36º17.32%50.2%-
HSV(B)196.36º29.33%58.82%-
XYZ20.5423.4432.3-
YUV129.8139.4111.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=26.90%
G=35.03%
B=38.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061381500.290.0800.41196.3617.3250.2
Hex6A8A961D8029c41132
Octal15221222635100513042162
Binary1101010100010101001011011101100001010011100010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,138,150); }

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

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

 a { background-color: rgb(106,138,150); }

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

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

 span { border-color: rgb(106,138,150); }

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