Html Css Color HEX #615DDD Slate Blue

📋 copy color: '#615DDD'

red 97 ◦ green 93 ◦ blue 221

#615DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #615DDD

Tints of Slate Blue #615DDD

RGB

 RED value IS 97 (38.28% from 255) = 23.6%

 GREEN value IS 93 (36.72% from 255) = 22.63%

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 23.6%
G = 22.63%
B = 53.77%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#615DDD (or 0x615DDD) is known color: Slate Blue. HEX triplet: 61, 5D and DD. RGB value is (97,93,221). Sum of RGB (Red+Green+Blue) = 97+93+221=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #615DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DDD is #9EA222. Grayscale: #6C6C6C. Windows color (decimal): -10396195 or 14507361. OLE color: 14507361.

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

Color convert

RGB 97 93 221 -
CMYK 0.56 0.58 0 0.13
HSL 241.88º 0.65% 0.62% -
HSV(B) 241.88º 0.58% 0.87% -
XYZ 21.9 15.59 70.26 -
YUV 108.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 97 93 221 0.56 0.58 0 0.13 241.88 0.65 0.62
Hex 61 5D DD 38 3A 0 D F2 41 3E
Octal 141 135 335 70 72 0 15 362 101 76
Binary 1100001 1011101 11011101 111000 111010 0 1101 11110010 1000001 111110

Color Harmonies of #615DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DDD

Black with #615DDD

Text Example


Text Example

White with #615DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615DDD;
 }
 .AnyTagClassName
 {
   color: #615DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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