Html Css Color HEX #688694 Horizon

📋 copy color: '#688694'

red 104 ◦ green 134 ◦ blue 148

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

Shades of Horizon #688694

Tints of Horizon #688694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 26.94%
G = 34.72%
B = 38.34%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688694 (or 0x688694) is known color: Horizon. HEX triplet: 68, 86 and 94. RGB value is (104,134,148). Sum of RGB (Red+Green+Blue) = 104+134+148=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #688694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688694 is #97796B. Grayscale: #7E7E7E. Windows color (decimal): -9927020 or 9733736. OLE color: 9733736.

HSL color Cylindrical-coordinate representation of color #688694: hue angle of 199.09º 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 #688694 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 134 148 -
CMYK 0.30 0.09 0 0.42
HSL 199.09º 0.17% 0.49% -
HSV(B) 199.09º 0.3% 0.58% -
XYZ 19.58 22.13 31.26 -
YUV 126.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 104 134 148 0.30 0.09 0 0.42 199.09 0.17 0.49
Hex 68 86 94 1E 9 0 2A C7 11 31
Octal 150 206 224 36 11 0 52 307 21 61
Binary 1101000 10000110 10010100 11110 1001 0 101010 11000111 10001 110001

Color Harmonies of #688694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688694

Black with #688694

Text Example


Text Example

White with #688694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688694; }

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

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

background-color css

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

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

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

border-color css

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

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

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