#63879B

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

Shades of Horizon #63879B

Tints of Horizon #63879B

Color information

#63879B (or 0x63879B) is unknown color: approx Horizon. HEX triplet: 63, 87 and 9B. RGB value is (99,135,155). Sum of RGB (Red+Green+Blue) = 99+135+155=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #63879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879B is #9C7864. Grayscale: #7E7E7E. Windows color (decimal): -10254437 or 10192739. OLE color: 10192739.

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

Color convert

RGB99135155-
CMYK0.360.1300.39
HSL201.43º22.05%49.8%-
HSV(B)201.43º36.13%60.78%-
XYZ19.7322.3534.28-
YUV126.52144.07108.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=25.45%
G=34.70%
B=39.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991351550.360.1300.39201.4322.0549.8
Hex63879B24D027c91632
Octal14320723344150473112662
Binary11000111000011110011011100100110101001111100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63879B; }

 p { color: rgb(99,135,155); }

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

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

 a { background-color: rgb(99,135,155); }

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

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

 span { border-color: rgb(99,135,155); }

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