Html Css Color HEX #6A8491 Horizon

📋 copy color: '#6A8491'

red 106 ◦ green 132 ◦ blue 145

#6A8491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #6A8491

Tints of Horizon #6A8491

RGB

 RED value IS 106 (41.8% 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 value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A8491 (or 0x6A8491) is known color: 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

RGB 106 132 145 -
CMYK 0.27 0.09 0 0.43
HSL 200º 0.16% 0.49% -
HSV(B) 200º 0.27% 0.57% -
XYZ 19.31 21.61 29.94 -
YUV 125.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 106 132 145 0.27 0.09 0 0.43 200 0.16 0.49
Hex 6A 84 91 1B 9 0 2B C8 10 31
Octal 152 204 221 33 11 0 53 310 20 61
Binary 1101010 10000100 10010001 11011 1001 0 101011 11001000 10000 110001

Color Harmonies of #6A8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8491

Black with #6A8491

Text Example


Text Example

White with #6A8491

Text Example


Text Example

HTML Codes & Css Web 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>