Html Css Color HEX #615CDD Slate Blue

📋 copy color: '#615CDD'

red 97 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #615CDD

Tints of Slate Blue #615CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

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

R = 23.66%
G = 22.44%
B = 53.9%

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

#615CDD (or 0x615CDD) is known color: Slate Blue. HEX triplet: 61, 5C and DD. RGB value is (97,92,221). Sum of RGB (Red+Green+Blue) = 97+92+221=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #615CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CDD is #9EA322. Grayscale: #6B6B6B. Windows color (decimal): -10396451 or 14507105. OLE color: 14507105.

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

Color convert

RGB 97 92 221 -
CMYK 0.56 0.58 0 0.13
HSL 242.33º 0.65% 0.61% -
HSV(B) 242.33º 0.58% 0.87% -
XYZ 21.81 15.42 70.23 -
YUV 108.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 97 92 221 0.56 0.58 0 0.13 242.33 0.65 0.61
Hex 61 5C DD 38 3A 0 D F2 41 3D
Octal 141 134 335 70 72 0 15 362 101 75
Binary 1100001 1011100 11011101 111000 111010 0 1101 11110010 1000001 111101

Color Harmonies of #615CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CDD

Black with #615CDD

Text Example


Text Example

White with #615CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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