#63889C

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

Shades of Horizon #63889C

Tints of Horizon #63889C

Color information

#63889C (or 0x63889C) is unknown color: approx Horizon. HEX triplet: 63, 88 and 9C. RGB value is (99,136,156). Sum of RGB (Red+Green+Blue) = 99+136+156=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #63889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63889C is #9C7763. Grayscale: #7F7F7F. Windows color (decimal): -10254180 or 10258531. OLE color: 10258531.

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

Color convert

RGB99136156-
CMYK0.370.1300.39
HSL201.05º22.35%50%-
HSV(B)201.05º36.54%61.18%-
XYZ19.9522.6634.78-
YUV127.22144.24107.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=25.32%
G=34.78%
B=39.90%

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
Decimal991361560.370.1300.39201.0522.3550
Hex63889C25D027c91632
Octal14321023445150473112662
Binary11000111000100010011100100101110101001111100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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