Html Css Color HEX #688597 Horizon

📋 copy color: '#688597'

red 104 ◦ green 133 ◦ blue 151

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

Shades of Horizon #688597

Tints of Horizon #688597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 26.8%
G = 34.28%
B = 38.92%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688597 (or 0x688597) is known color: Horizon. HEX triplet: 68, 85 and 97. RGB value is (104,133,151). Sum of RGB (Red+Green+Blue) = 104+133+151=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #688597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688597 is #977A68. Grayscale: #7E7E7E. Windows color (decimal): -9927273 or 9930088. OLE color: 9930088.

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

Color convert

RGB 104 133 151 -
CMYK 0.31 0.12 0 0.41
HSL 202.98º 0.18% 0.5% -
HSV(B) 202.98º 0.31% 0.59% -
XYZ 19.68 21.95 32.48 -
YUV 126.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 104 133 151 0.31 0.12 0 0.41 202.98 0.18 0.5
Hex 68 85 97 1F C 0 29 CB 12 32
Octal 150 205 227 37 14 0 51 313 22 62
Binary 1101000 10000101 10010111 11111 1100 0 101001 11001011 10010 110010

Color Harmonies of #688597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688597

Black with #688597

Text Example


Text Example

White with #688597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688597; }

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

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

background-color css

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

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

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

border-color css

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

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

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