Html Css Color HEX #6D8995 Horizon

📋 copy color: '#6D8995'

red 109 ◦ green 137 ◦ blue 149

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

Shades of Horizon #6D8995

Tints of Horizon #6D8995

RGB

 RED value IS 109 (42.97% from 255) = 27.59%

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

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

R = 27.59%
G = 34.68%
B = 37.72%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D8995 (or 0x6D8995) is known color: Horizon. HEX triplet: 6D, 89 and 95. RGB value is (109,137,149). Sum of RGB (Red+Green+Blue) = 109+137+149=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D8995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8995 is #92766A. Grayscale: #818181. Windows color (decimal): -9598571 or 9800045. OLE color: 9800045.

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

Color convert

RGB 109 137 149 -
CMYK 0.27 0.08 0 0.42
HSL 198º 0.16% 0.51% -
HSV(B) 198º 0.27% 0.58% -
XYZ 20.68 23.31 31.84 -
YUV 130 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 109 137 149 0.27 0.08 0 0.42 198 0.16 0.51
Hex 6D 89 95 1B 8 0 2A C6 10 33
Octal 155 211 225 33 10 0 52 306 20 63
Binary 1101101 10001001 10010101 11011 1000 0 101010 11000110 10000 110011

Color Harmonies of #6D8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8995

Black with #6D8995

Text Example


Text Example

White with #6D8995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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