#615DA5

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

Shades of Rich Blue #615DA5

Tints of Rich Blue #615DA5

Color information

#615DA5 (or 0x615DA5) is unknown color: approx Rich Blue. HEX triplet: 61, 5D and A5. RGB value is (97,93,165). Sum of RGB (Red+Green+Blue) = 97+93+165=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #615DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615DA5 is #9EA25A. Grayscale: #666666. Windows color (decimal): -10396251 or 10837345. OLE color: 10837345.

HSL color Cylindrical-coordinate representation of color #615DA5: hue angle of 243.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615DA5 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9793165-
CMYK0.410.4400.35
HSL243.33º28.57%50.59%-
HSV(B)243.33º43.64%64.71%-
XYZ15.6413.0937.3-
YUV102.4163.33124.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=27.32%
G=26.20%
B=46.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97931650.410.4400.35243.3328.5750.59
Hex615DA5292C023f31d33
Octal14113524551540433633563
Binary110000110111011010010110100110110001000111111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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