Html Css Color HEX #688695 Horizon

📋 copy color: '#688695'

red 104 ◦ green 134 ◦ blue 149

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

Shades of Horizon #688695

Tints of Horizon #688695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 26.87%
G = 34.63%
B = 38.5%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688695 (or 0x688695) is known color: Horizon. HEX triplet: 68, 86 and 95. RGB value is (104,134,149). Sum of RGB (Red+Green+Blue) = 104+134+149=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #688695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688695 is #97796A. Grayscale: #7E7E7E. Windows color (decimal): -9927019 or 9799272. OLE color: 9799272.

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

Color convert

RGB 104 134 149 -
CMYK 0.30 0.10 0 0.42
HSL 200º 0.18% 0.5% -
HSV(B) 200º 0.3% 0.58% -
XYZ 19.66 22.16 31.68 -
YUV 126.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 104 134 149 0.30 0.10 0 0.42 200 0.18 0.5
Hex 68 86 95 1E A 0 2A C8 12 32
Octal 150 206 225 36 12 0 52 310 22 62
Binary 1101000 10000110 10010101 11110 1010 0 101010 11001000 10010 110010

Color Harmonies of #688695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688695

Black with #688695

Text Example


Text Example

White with #688695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688695; }

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

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

background-color css

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

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

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

border-color css

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

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

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