#63619E

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

Shades of Rich Blue #63619E

Tints of Rich Blue #63619E

Color information

#63619E (or 0x63619E) is unknown color: approx Rich Blue. HEX triplet: 63, 61 and 9E. RGB value is (99,97,158). Sum of RGB (Red+Green+Blue) = 99+97+158=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #63619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619E is #9C9E61. Grayscale: #686868. Windows color (decimal): -10264162 or 10379619. OLE color: 10379619.

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

Color convert

RGB9997158-
CMYK0.370.3900.38
HSL241.97º23.92%50%-
HSV(B)241.97º38.61%61.96%-
XYZ15.5913.6734.16-
YUV104.55158.16124.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=27.97%
G=27.40%
B=44.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99971580.370.3900.38241.9723.9250
Hex63619E2527026f21832
Octal14314123645470463623062
Binary110001111000011001111010010110011101001101111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63619E; }

 p { color: rgb(99,97,158); }

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

<style>
 a { background-color: #63619E; }

 a { background-color: rgb(99,97,158); }

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

<style>
 span { border-color: #63619E; }

 span { border-color: rgb(99,97,158); }

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