#63939E

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

Shades of Horizon #63939E

Tints of Horizon #63939E

Color information

#63939E (or 0x63939E) is unknown color: approx Horizon. HEX triplet: 63, 93 and 9E. RGB value is (99,147,158). Sum of RGB (Red+Green+Blue) = 99+147+158=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #63939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939E is #9C6C61. Grayscale: #858585. Windows color (decimal): -10251362 or 10392419. OLE color: 10392419.

HSL color Cylindrical-coordinate representation of color #63939E: hue angle of 191.19º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63939E is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99147158-
CMYK0.370.0700.38
HSL191.19º23.32%50.39%-
HSV(B)191.19º37.34%61.96%-
XYZ21.7525.9936.22-
YUV133.9141.6103.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=24.50%
G=36.39%
B=39.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991471580.370.0700.38191.1923.3250.39
Hex63939E257026bf1732
Octal1432232364570462772762
Binary1100011100100111001111010010111101001101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63939E; }

 p { color: rgb(99,147,158); }

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

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

 a { background-color: rgb(99,147,158); }

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

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

 span { border-color: rgb(99,147,158); }

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