Html Css Color HEX #688995 Horizon

📋 copy color: '#688995'

red 104 ◦ green 137 ◦ blue 149

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

Shades of Horizon #688995

Tints of Horizon #688995

RGB

 RED value IS 104 (41.02% from 255) = 26.67%

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

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

R = 26.67%
G = 35.13%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688995 (or 0x688995) is known color: Horizon. HEX triplet: 68, 89 and 95. RGB value is (104,137,149). Sum of RGB (Red+Green+Blue) = 104+137+149=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #688995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688995 is #97766A. Grayscale: #808080. Windows color (decimal): -9926251 or 9800040. OLE color: 9800040.

HSL color Cylindrical-coordinate representation of color #688995: hue angle of 196º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688995 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 137 149 -
CMYK 0.30 0.08 0 0.42
HSL 196º 0.18% 0.5% -
HSV(B) 196º 0.3% 0.58% -
XYZ 20.08 23 31.82 -
YUV 128.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 104 137 149 0.30 0.08 0 0.42 196 0.18 0.5
Hex 68 89 95 1E 8 0 2A C4 12 32
Octal 150 211 225 36 10 0 52 304 22 62
Binary 1101000 10001001 10010101 11110 1000 0 101010 11000100 10010 110010

Color Harmonies of #688995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688995

Black with #688995

Text Example


Text Example

White with #688995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688995; }

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

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

background-color css

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

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

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

border-color css

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

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

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