Html Css Color HEX #688494 Horizon

📋 copy color: '#688494'

red 104 ◦ green 132 ◦ blue 148

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

Shades of Horizon #688494

Tints of Horizon #688494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 27.08%
G = 34.38%
B = 38.54%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688494 (or 0x688494) is known color: Horizon. HEX triplet: 68, 84 and 94. RGB value is (104,132,148). Sum of RGB (Red+Green+Blue) = 104+132+148=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #688494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688494 is #977B6B. Grayscale: #7D7D7D. Windows color (decimal): -9927532 or 9733224. OLE color: 9733224.

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

Color convert

RGB 104 132 148 -
CMYK 0.30 0.11 0 0.42
HSL 201.82º 0.17% 0.49% -
HSV(B) 201.82º 0.3% 0.58% -
XYZ 19.31 21.58 31.17 -
YUV 125.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 104 132 148 0.30 0.11 0 0.42 201.82 0.17 0.49
Hex 68 84 94 1E B 0 2A CA 11 31
Octal 150 204 224 36 13 0 52 312 21 61
Binary 1101000 10000100 10010100 11110 1011 0 101010 11001010 10001 110001

Color Harmonies of #688494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688494

Black with #688494

Text Example


Text Example

White with #688494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688494; }

 p { color: rgb(104,132,148); }

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

background-color css

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

 a { background-color: rgb(104,132,148); }

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

border-color css

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

 span { border-color: rgb(104,132,148); }

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