#63879C

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

Shades of Horizon #63879C

Tints of Horizon #63879C

Color information

#63879C (or 0x63879C) is unknown color: approx Horizon. HEX triplet: 63, 87 and 9C. RGB value is (99,135,156). Sum of RGB (Red+Green+Blue) = 99+135+156=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #63879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63879C is #9C7863. Grayscale: #7E7E7E. Windows color (decimal): -10254436 or 10258275. OLE color: 10258275.

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

Color convert

RGB99135156-
CMYK0.370.1300.39
HSL202.11º22.35%50%-
HSV(B)202.11º36.54%61.18%-
XYZ19.8122.3834.73-
YUV126.63144.57108.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 156 (61.33% from 255) = 40%
R=25.38%
G=34.62%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991351560.370.1300.39202.1122.3550
Hex63879C25D027ca1632
Octal14320723445150473122662
Binary11000111000011110011100100101110101001111100101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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