#63899C

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

Shades of Horizon #63899C

Tints of Horizon #63899C

Color information

#63899C (or 0x63899C) is unknown color: approx Horizon. HEX triplet: 63, 89 and 9C. RGB value is (99,137,156). Sum of RGB (Red+Green+Blue) = 99+137+156=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #63899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63899C is #9C7663. Grayscale: #7F7F7F. Windows color (decimal): -10253924 or 10258787. OLE color: 10258787.

HSL color Cylindrical-coordinate representation of color #63899C: hue angle of 200º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63899C is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99137156-
CMYK0.370.1200.39
HSL200º22.35%50%-
HSV(B)200º36.54%61.18%-
XYZ20.0922.9434.82-
YUV127.8143.91107.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=25.26%
G=34.95%
B=39.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991371560.370.1200.3920022.3550
Hex63899C25C027c81632
Octal14321123445140473102662
Binary11000111000100110011100100101110001001111100100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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