Html Css Color HEX #688692 Horizon

📋 copy color: '#688692'

red 104 ◦ green 134 ◦ blue 146

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

Shades of Horizon #688692

Tints of Horizon #688692

RGB

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

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

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

R = 27.08%
G = 34.9%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#688692 (or 0x688692) is known color: Horizon. HEX triplet: 68, 86 and 92. RGB value is (104,134,146). Sum of RGB (Red+Green+Blue) = 104+134+146=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #688692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688692 is #97796D. Grayscale: #7E7E7E. Windows color (decimal): -9927022 or 9602664. OLE color: 9602664.

HSL color Cylindrical-coordinate representation of color #688692: hue angle of 197.14º 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 #688692 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 134 146 -
CMYK 0.29 0.08 0 0.43
HSL 197.14º 0.17% 0.49% -
HSV(B) 197.14º 0.29% 0.57% -
XYZ 19.42 22.07 30.43 -
YUV 126.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 104 134 146 0.29 0.08 0 0.43 197.14 0.17 0.49
Hex 68 86 92 1D 8 0 2B C5 11 31
Octal 150 206 222 35 10 0 53 305 21 61
Binary 1101000 10000110 10010010 11101 1000 0 101011 11000101 10001 110001

Color Harmonies of #688692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688692

Black with #688692

Text Example


Text Example

White with #688692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688692; }

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

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

background-color css

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

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

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

border-color css

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

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

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