#63939F

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

Shades of Horizon #63939F

Tints of Horizon #63939F

Color information

#63939F (or 0x63939F) is unknown color: approx Horizon. HEX triplet: 63, 93 and 9F. RGB value is (99,147,159). Sum of RGB (Red+Green+Blue) = 99+147+159=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #63939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63939F is #9C6C60. Grayscale: #858585. Windows color (decimal): -10251361 or 10457955. OLE color: 10457955.

HSL color Cylindrical-coordinate representation of color #63939F: hue angle of 192º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63939F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99147159-
CMYK0.380.0800.38
HSL192º23.81%50.59%-
HSV(B)192º37.74%62.35%-
XYZ21.8426.0236.67-
YUV134.02142.1103.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=24.44%
G=36.30%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991471590.380.0800.3819223.8150.59
Hex63939F268026c01833
Octal14322323746100463003063
Binary11000111001001110011111100110100001001101100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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