#68919C

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

Shades of Horizon #68919C

Tints of Horizon #68919C

Color information

#68919C (or 0x68919C) is unknown color: approx Horizon. HEX triplet: 68, 91 and 9C. RGB value is (104,145,156). Sum of RGB (Red+Green+Blue) = 104+145+156=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #68919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68919C is #976E63. Grayscale: #858585. Windows color (decimal): -9924196 or 10260840. OLE color: 10260840.

HSL color Cylindrical-coordinate representation of color #68919C: hue angle of 192.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68919C is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104145156-
CMYK0.330.0700.39
HSL192.69º20.8%50.98%-
HSV(B)192.69º33.33%61.18%-
XYZ21.8425.5935.24-
YUV134140.42106.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=25.68%
G=35.80%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041451560.330.0700.39192.6920.850.98
Hex68919C217027c11533
Octal1502212344170473012563
Binary1101000100100011001110010000111101001111100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68919C; }

 p { color: rgb(104,145,156); }

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

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

 a { background-color: rgb(104,145,156); }

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

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

 span { border-color: rgb(104,145,156); }

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