#688792

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

Shades of Horizon #688792

Tints of Horizon #688792

Color information

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

RGB104135146-
CMYK0.290.0800.43
HSL195.71º16.8%49.02%-
HSV(B)195.71º28.77%57.25%-
XYZ19.5622.3530.48-
YUV126.98138.73111.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041351460.290.0800.43195.7116.849.02
Hex6887921D802Bc41131
Octal15020722235100533042161
Binary1101000100001111001001011101100001010111100010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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