#61639C

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

Shades of Rich Blue #61639C

Tints of Rich Blue #61639C

Color information

#61639C (or 0x61639C) is unknown color: approx Rich Blue. HEX triplet: 61, 63 and 9C. RGB value is (97,99,156). Sum of RGB (Red+Green+Blue) = 97+99+156=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #61639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61639C is #9E9C63. Grayscale: #686868. Windows color (decimal): -10394724 or 10249057. OLE color: 10249057.

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

Color convert

RGB9799156-
CMYK0.380.3700.39
HSL237.97º23.32%49.61%-
HSV(B)237.97º37.82%61.18%-
XYZ15.3913.8733.32-
YUV104.9156.84122.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=27.56%
G=28.12%
B=44.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97991560.380.3700.39237.9723.3249.61
Hex61639C2625027ee1732
Octal14114323446450473562762
Binary110000111000111001110010011010010101001111110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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