#615BDD

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

Shades of Slate Blue #615BDD

Tints of Slate Blue #615BDD

Color information

#615BDD (or 0x615BDD) is unknown color: approx Slate Blue. HEX triplet: 61, 5B and DD. RGB value is (97,91,221). Sum of RGB (Red+Green+Blue) = 97+91+221=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #615BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BDD is #9EA422. Grayscale: #6B6B6B. Windows color (decimal): -10396707 or 14506849. OLE color: 14506849.

HSL color Cylindrical-coordinate representation of color #615BDD: hue angle of 242.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615BDD is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9791221-
CMYK0.560.5900.13
HSL242.77º65.66%61.18%-
HSV(B)242.77º58.82%86.67%-
XYZ21.7215.2470.2-
YUV107.61191.99120.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 221 (86.72% from 255) = 54.03%
R=23.72%
G=22.25%
B=54.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97912210.560.5900.13242.7765.6661.18
Hex615BDD383B0Df3423d
Octal141133335707301536310275
Binary110000110110111101110111100011101101101111100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,91,221); }

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

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

 a { background-color: rgb(97,91,221); }

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

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

 span { border-color: rgb(97,91,221); }

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