#63649C

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

Shades of Rich Blue #63649C

Tints of Rich Blue #63649C

Color information

#63649C (or 0x63649C) is unknown color: approx Rich Blue. HEX triplet: 63, 64 and 9C. RGB value is (99,100,156). Sum of RGB (Red+Green+Blue) = 99+100+156=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #63649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649C is #9C9B63. Grayscale: #696969. Windows color (decimal): -10263396 or 10249315. OLE color: 10249315.

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

Color convert

RGB99100156-
CMYK0.370.3600.39
HSL238.95º22.35%50%-
HSV(B)238.95º36.54%61.18%-
XYZ15.714.1733.36-
YUV106.08156.17122.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=27.89%
G=28.17%
B=43.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991001560.370.3600.39238.9522.3550
Hex63649C2524027ef1632
Octal14314423445440473572662
Binary110001111001001001110010010110010001001111110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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