#63869B

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

Shades of Horizon #63869B

Tints of Horizon #63869B

Color information

#63869B (or 0x63869B) is unknown color: approx Horizon. HEX triplet: 63, 86 and 9B. RGB value is (99,134,155). Sum of RGB (Red+Green+Blue) = 99+134+155=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #63869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869B is #9C7964. Grayscale: #7D7D7D. Windows color (decimal): -10254693 or 10192483. OLE color: 10192483.

HSL color Cylindrical-coordinate representation of color #63869B: hue angle of 202.5º 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 #63869B is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99134155-
CMYK0.360.1400.39
HSL202.5º22.05%49.8%-
HSV(B)202.5º36.13%60.78%-
XYZ19.5922.0734.24-
YUV125.93144.4108.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=25.52%
G=34.54%
B=39.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991341550.360.1400.39202.522.0549.8
Hex63869B24E027ca1632
Octal14320623344160473122662
Binary11000111000011010011011100100111001001111100101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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