#638892

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

Shades of Horizon #638892

Tints of Horizon #638892

Color information

#638892 (or 0x638892) is unknown color: approx Horizon. HEX triplet: 63, 88 and 92. RGB value is (99,136,146). Sum of RGB (Red+Green+Blue) = 99+136+146=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #638892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638892 is #9C776D. Grayscale: #7E7E7E. Windows color (decimal): -10254190 or 9603171. OLE color: 9603171.

HSL color Cylindrical-coordinate representation of color #638892: hue angle of 192.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638892 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB99136146-
CMYK0.320.0700.43
HSL192.77º19.18%48.04%-
HSV(B)192.77º32.19%57.25%-
XYZ19.1422.3430.5-
YUV126.08139.24108.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=25.98%
G=35.70%
B=38.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991361460.320.0700.43192.7719.1848.04
Hex63889220702Bc11330
Octal1432102224070533012360
Binary1100011100010001001001010000011101010111100000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638892; }

 p { color: rgb(99,136,146); }

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

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

 a { background-color: rgb(99,136,146); }

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

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

 span { border-color: rgb(99,136,146); }

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