Html Css Color HEX #688792 Horizon

📋 copy color: '#688792'

red 104 ◦ green 135 ◦ blue 146

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

Shades of Horizon #688792

Tints of Horizon #688792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 27.01%
G = 35.06%
B = 37.92%

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

#688792 (or 0x688792) is known color: Horizon. HEX triplet: 68, 87 and 92. RGB value is (104,135,146). Sum of RGB (Red+Green+Blue) = 104+135+146=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #688792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688792 is #97786D. Grayscale: #7E7E7E. Windows color (decimal): -9926766 or 9602920. OLE color: 9602920.

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

Color convert

RGB 104 135 146 -
CMYK 0.29 0.08 0 0.43
HSL 195.71º 0.17% 0.49% -
HSV(B) 195.71º 0.29% 0.57% -
XYZ 19.56 22.35 30.48 -
YUV 126.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 104 135 146 0.29 0.08 0 0.43 195.71 0.17 0.49
Hex 68 87 92 1D 8 0 2B C4 11 31
Octal 150 207 222 35 10 0 53 304 21 61
Binary 1101000 10000111 10010010 11101 1000 0 101011 11000100 10001 110001

Color Harmonies of #688792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688792

Black with #688792

Text Example


Text Example

White with #688792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688792; }

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

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

background-color css

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

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

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

border-color css

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

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

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