#615DAD

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

Shades of Rich Blue #615DAD

Tints of Rich Blue #615DAD

Color information

#615DAD (or 0x615DAD) is unknown color: approx Rich Blue. HEX triplet: 61, 5D and AD. RGB value is (97,93,173). Sum of RGB (Red+Green+Blue) = 97+93+173=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #615DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615DAD is #9EA252. Grayscale: #676767. Windows color (decimal): -10396243 or 11361633. OLE color: 11361633.

HSL color Cylindrical-coordinate representation of color #615DAD: hue angle of 243º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615DAD is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9793173-
CMYK0.440.4600.32
HSL243º32.79%52.16%-
HSV(B)243º46.24%67.84%-
XYZ16.3913.3941.26-
YUV103.32167.33123.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=26.72%
G=25.62%
B=47.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97931730.440.4600.3224332.7952.16
Hex615DAD2C2E020f32134
Octal14113525554560403634164
Binary1100001101110110101101101100101110010000011110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615DAD; }

 p { color: rgb(97,93,173); }

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

<style>
 a { background-color: #615DAD; }

 a { background-color: rgb(97,93,173); }

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

<style>
 span { border-color: #615DAD; }

 span { border-color: rgb(97,93,173); }

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