#63629E

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

Shades of Rich Blue #63629E

Tints of Rich Blue #63629E

Color information

#63629E (or 0x63629E) is unknown color: approx Rich Blue. HEX triplet: 63, 62 and 9E. RGB value is (99,98,158). Sum of RGB (Red+Green+Blue) = 99+98+158=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #63629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63629E is #9C9D61. Grayscale: #686868. Windows color (decimal): -10263906 or 10379875. OLE color: 10379875.

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

Color convert

RGB9998158-
CMYK0.370.3800.38
HSL241º23.62%50.2%-
HSV(B)241º37.97%61.96%-
XYZ15.6813.8634.2-
YUV105.14157.83123.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=27.89%
G=27.61%
B=44.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99981580.370.3800.3824123.6250.2
Hex63629E2526026f11832
Octal14314223645460463613062
Binary110001111000101001111010010110011001001101111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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