#63609F

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

Shades of Rich Blue #63609F

Tints of Rich Blue #63609F

Color information

#63609F (or 0x63609F) is unknown color: approx Rich Blue. HEX triplet: 63, 60 and 9F. RGB value is (99,96,159). Sum of RGB (Red+Green+Blue) = 99+96+159=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #63609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609F is #9C9F60. Grayscale: #676767. Windows color (decimal): -10264417 or 10444899. OLE color: 10444899.

HSL color Cylindrical-coordinate representation of color #63609F: hue angle of 242.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63609F is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9996159-
CMYK0.380.4000.38
HSL242.86º24.71%50%-
HSV(B)242.86º39.62%62.35%-
XYZ15.5913.5234.59-
YUV104.08158.99124.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=27.97%
G=27.12%
B=44.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99961590.380.4000.38242.8624.7150
Hex63609F2628026f31932
Octal14314023746500463633162
Binary110001111000001001111110011010100001001101111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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