Html Css Color HEX #6E8995 Horizon

📋 copy color: '#6E8995'

red 110 ◦ green 137 ◦ blue 149

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

Shades of Horizon #6E8995

Tints of Horizon #6E8995

RGB

 RED value IS 110 (43.36% from 255) = 27.78%

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 27.78%
G = 34.6%
B = 37.63%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E8995 (or 0x6E8995) is known color: Horizon. HEX triplet: 6E, 89 and 95. RGB value is (110,137,149). Sum of RGB (Red+Green+Blue) = 110+137+149=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E8995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8995 is #91766A. Grayscale: #828282. Windows color (decimal): -9533035 or 9800046. OLE color: 9800046.

HSL color Cylindrical-coordinate representation of color #6E8995: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E8995 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 137 149 -
CMYK 0.26 0.08 0 0.42
HSL 198.46º 0.16% 0.51% -
HSV(B) 198.46º 0.26% 0.58% -
XYZ 20.8 23.38 31.85 -
YUV 130.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 110 137 149 0.26 0.08 0 0.42 198.46 0.16 0.51
Hex 6E 89 95 1A 8 0 2A C6 10 33
Octal 156 211 225 32 10 0 52 306 20 63
Binary 1101110 10001001 10010101 11010 1000 0 101010 11000110 10000 110011

Color Harmonies of #6E8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8995

Black with #6E8995

Text Example


Text Example

White with #6E8995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,149); }

 H1.HeaderClassName
 {
   color: #6E8995;
 }
 .AnyTagClassName
 {
   color: #6E8995;
 }
</style>

background-color css

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

 a { background-color: rgb(110,137,149); }

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

border-color css

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

 span { border-color: rgb(110,137,149); }

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