Html Css Color HEX #688797 Horizon

📋 copy color: '#688797'

red 104 ◦ green 135 ◦ blue 151

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

Shades of Horizon #688797

Tints of Horizon #688797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

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

R = 26.67%
G = 34.62%
B = 38.72%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688797 (or 0x688797) is known color: Horizon. HEX triplet: 68, 87 and 97. RGB value is (104,135,151). Sum of RGB (Red+Green+Blue) = 104+135+151=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #688797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688797 is #977868. Grayscale: #7F7F7F. Windows color (decimal): -9926761 or 9930600. OLE color: 9930600.

HSL color Cylindrical-coordinate representation of color #688797: hue angle of 200.43º 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 #688797 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 135 151 -
CMYK 0.31 0.11 0 0.41
HSL 200.43º 0.18% 0.5% -
HSV(B) 200.43º 0.31% 0.59% -
XYZ 19.96 22.51 32.57 -
YUV 127.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 104 135 151 0.31 0.11 0 0.41 200.43 0.18 0.5
Hex 68 87 97 1F B 0 29 C8 12 32
Octal 150 207 227 37 13 0 51 310 22 62
Binary 1101000 10000111 10010111 11111 1011 0 101001 11001000 10010 110010

Color Harmonies of #688797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688797

Black with #688797

Text Example


Text Example

White with #688797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688797; }

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

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

background-color css

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

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

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

border-color css

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

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

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