#63649F

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

Shades of Rich Blue #63649F

Tints of Rich Blue #63649F

Color information

#63649F (or 0x63649F) is unknown color: approx Rich Blue. HEX triplet: 63, 64 and 9F. RGB value is (99,100,159). Sum of RGB (Red+Green+Blue) = 99+100+159=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #63649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63649F is #9C9B60. Grayscale: #6A6A6A. Windows color (decimal): -10263393 or 10445923. OLE color: 10445923.

HSL color Cylindrical-coordinate representation of color #63649F: hue angle of 239º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63649F is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99100159-
CMYK0.380.3700.38
HSL239º23.81%50.59%-
HSV(B)239º37.74%62.35%-
XYZ15.9614.2734.71-
YUV106.43157.67122.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=27.65%
G=27.93%
B=44.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991001590.380.3700.3823923.8150.59
Hex63649F2625026ef1833
Octal14314423746450463573063
Binary110001111001001001111110011010010101001101110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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