Html Css Color HEX #688492 Horizon

📋 copy color: '#688492'

red 104 ◦ green 132 ◦ blue 146

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

Shades of Horizon #688492

Tints of Horizon #688492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 27.23%
G = 34.55%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#688492 (or 0x688492) is known color: Horizon. HEX triplet: 68, 84 and 92. RGB value is (104,132,146). Sum of RGB (Red+Green+Blue) = 104+132+146=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #688492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688492 is #977B6D. Grayscale: #7D7D7D. Windows color (decimal): -9927534 or 9602152. OLE color: 9602152.

HSL color Cylindrical-coordinate representation of color #688492: hue angle of 200º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688492 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 132 146 -
CMYK 0.29 0.10 0 0.43
HSL 200º 0.17% 0.49% -
HSV(B) 200º 0.29% 0.57% -
XYZ 19.15 21.52 30.34 -
YUV 125.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 104 132 146 0.29 0.10 0 0.43 200 0.17 0.49
Hex 68 84 92 1D A 0 2B C8 11 31
Octal 150 204 222 35 12 0 53 310 21 61
Binary 1101000 10000100 10010010 11101 1010 0 101011 11001000 10001 110001

Color Harmonies of #688492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688492

Black with #688492

Text Example


Text Example

White with #688492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688492; }

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

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

background-color css

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

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

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

border-color css

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

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

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