#6A8491

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

Shades of Horizon #6A8491

Tints of Horizon #6A8491

Color information

#6A8491 (or 0x6A8491) is unknown color: approx Horizon. HEX triplet: 6A, 84 and 91. RGB value is (106,132,145). Sum of RGB (Red+Green+Blue) = 106+132+145=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8491 is #957B6E. Grayscale: #7D7D7D. Windows color (decimal): -9796463 or 9536618. OLE color: 9536618.

HSL color Cylindrical-coordinate representation of color #6A8491: hue angle of 200º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8491 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB106132145-
CMYK0.270.0900.43
HSL200º15.54%49.22%-
HSV(B)200º26.9%56.86%-
XYZ19.3121.6129.94-
YUV125.71138.89113.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=27.68%
G=34.46%
B=37.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061321450.270.0900.4320015.5449.22
Hex6A84911B902Bc81031
Octal15220422133110533102061
Binary1101010100001001001000111011100101010111100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,145); }

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

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

 a { background-color: rgb(106,132,145); }

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

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

 span { border-color: rgb(106,132,145); }

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