Html Css Color HEX #615ED1 Slate Blue

📋 copy color: '#615ED1'

red 97 ◦ green 94 ◦ blue 209

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

Shades of Slate Blue #615ED1

Tints of Slate Blue #615ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 24.25%
G = 23.5%
B = 52.25%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#615ED1 (or 0x615ED1) is known color: Slate Blue. HEX triplet: 61, 5E and D1. RGB value is (97,94,209). Sum of RGB (Red+Green+Blue) = 97+94+209=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #615ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ED1 is #9EA12E. Grayscale: #6B6B6B. Windows color (decimal): -10395951 or 13721185. OLE color: 13721185.

HSL color Cylindrical-coordinate representation of color #615ED1: hue angle of 241.57º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615ED1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 94 209 -
CMYK 0.54 0.55 0 0.18
HSL 241.57º 0.56% 0.59% -
HSV(B) 241.57º 0.55% 0.82% -
XYZ 20.44 15.15 62.17 -
YUV 108.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 97 94 209 0.54 0.55 0 0.18 241.57 0.56 0.59
Hex 61 5E D1 36 37 0 12 F2 38 3B
Octal 141 136 321 66 67 0 22 362 70 73
Binary 1100001 1011110 11010001 110110 110111 0 10010 11110010 111000 111011

Color Harmonies of #615ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ED1

Black with #615ED1

Text Example


Text Example

White with #615ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,209); }

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

background-color css

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

 a { background-color: rgb(97,94,209); }

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

border-color css

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

 span { border-color: rgb(97,94,209); }

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