#63899D

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

Shades of Horizon #63899D

Tints of Horizon #63899D

Color information

#63899D (or 0x63899D) is unknown color: approx Horizon. HEX triplet: 63, 89 and 9D. RGB value is (99,137,157). Sum of RGB (Red+Green+Blue) = 99+137+157=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #63899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63899D is #9C7662. Grayscale: #7F7F7F. Windows color (decimal): -10253923 or 10324323. OLE color: 10324323.

HSL color Cylindrical-coordinate representation of color #63899D: hue angle of 200.69º 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 #63899D is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99137157-
CMYK0.370.1300.38
HSL200.69º22.83%50.2%-
HSV(B)200.69º36.94%61.57%-
XYZ20.1822.9835.27-
YUV127.92144.41107.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=25.19%
G=34.86%
B=39.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991371570.370.1300.38200.6922.8350.2
Hex63899D25D026c91732
Octal14321123545150463112762
Binary11000111000100110011101100101110101001101100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63899D; }

 p { color: rgb(99,137,157); }

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

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

 a { background-color: rgb(99,137,157); }

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

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

 span { border-color: rgb(99,137,157); }

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