Html Css Color HEX #688E97 Horizon

📋 copy color: '#688E97'

red 104 ◦ green 142 ◦ blue 151

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

Shades of Horizon #688E97

Tints of Horizon #688E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 26.2%
G = 35.77%
B = 38.04%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688E97 (or 0x688E97) is known color: Horizon. HEX triplet: 68, 8E and 97. RGB value is (104,142,151). Sum of RGB (Red+Green+Blue) = 104+142+151=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #688E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E97 is #977168. Grayscale: #838383. Windows color (decimal): -9924969 or 9932392. OLE color: 9932392.

HSL color Cylindrical-coordinate representation of color #688E97: hue angle of 191.49º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688E97 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 142 151 -
CMYK 0.31 0.06 0 0.41
HSL 191.49º 0.18% 0.5% -
HSV(B) 191.49º 0.31% 0.59% -
XYZ 20.97 24.52 32.91 -
YUV 131.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 104 142 151 0.31 0.06 0 0.41 191.49 0.18 0.5
Hex 68 8E 97 1F 6 0 29 BF 12 32
Octal 150 216 227 37 6 0 51 277 22 62
Binary 1101000 10001110 10010111 11111 110 0 101001 10111111 10010 110010

Color Harmonies of #688E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E97

Black with #688E97

Text Example


Text Example

White with #688E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688E97; }

 p { color: rgb(104,142,151); }

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

background-color css

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

 a { background-color: rgb(104,142,151); }

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

border-color css

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

 span { border-color: rgb(104,142,151); }

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