#688794

Color #688794 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #688794

Tints of Horizon #688794

Color information

#688794 (or 0x688794) is unknown color: approx 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

RGB104135148-
CMYK0.300.0900.42
HSL197.73º17.46%49.41%-
HSV(B)197.73º29.73%58.04%-
XYZ19.7222.4131.3-
YUV127.21139.73111.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=26.87%
G=34.88%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041351480.300.0900.42197.7317.4649.41
Hex6887941E902Ac61131
Octal15020722436110523062161
Binary1101000100001111001010011110100101010101100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>