#688694

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

Shades of Horizon #688694

Tints of Horizon #688694

Color information

#688694 (or 0x688694) is unknown color: approx Horizon. HEX triplet: 68, 86 and 94. RGB value is (104,134,148). Sum of RGB (Red+Green+Blue) = 104+134+148=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #688694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688694 is #97796B. Grayscale: #7E7E7E. Windows color (decimal): -9927020 or 9733736. OLE color: 9733736.

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

Color convert

RGB104134148-
CMYK0.300.0900.42
HSL199.09º17.46%49.41%-
HSV(B)199.09º29.73%58.04%-
XYZ19.5822.1331.26-
YUV126.63140.06111.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=26.94%
G=34.72%
B=38.34%

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
Decimal1041341480.300.0900.42199.0917.4649.41
Hex6886941E902Ac71131
Octal15020622436110523072161
Binary1101000100001101001010011110100101010101100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688694; }

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

 H1.HeaderClassName
 {
   color: #688694;
 }
 .AnyTagClassName
 {
   color: #688694;
 }
</style>
background-color css

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

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

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

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

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

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