Html Css Color HEX #688794 Horizon

📋 copy color: '#688794'

red 104 ◦ green 135 ◦ blue 148

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

Shades of Horizon #688794

Tints of Horizon #688794

RGB

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

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

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

R = 26.87%
G = 34.88%
B = 38.24%

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

#688794 (or 0x688794) is known color: Horizon. HEX triplet: 68, 87 and 94. RGB value is (104,135,148). Sum of RGB (Red+Green+Blue) = 104+135+148=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #688794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688794 is #97786B. Grayscale: #7F7F7F. Windows color (decimal): -9926764 or 9733992. OLE color: 9733992.

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

Color convert

RGB 104 135 148 -
CMYK 0.30 0.09 0 0.42
HSL 197.73º 0.17% 0.49% -
HSV(B) 197.73º 0.3% 0.58% -
XYZ 19.72 22.41 31.3 -
YUV 127.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 104 135 148 0.30 0.09 0 0.42 197.73 0.17 0.49
Hex 68 87 94 1E 9 0 2A C6 11 31
Octal 150 207 224 36 11 0 52 306 21 61
Binary 1101000 10000111 10010100 11110 1001 0 101010 11000110 10001 110001

Color Harmonies of #688794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688794

Black with #688794

Text Example


Text Example

White with #688794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688794; }

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

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

background-color css

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

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

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

border-color css

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

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

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