Html Css Color HEX #615ECD Slate Blue

📋 copy color: '#615ECD'

red 97 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #615ECD

Tints of Slate Blue #615ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 24.49%
G = 23.74%
B = 51.77%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615ECD (or 0x615ECD) is known color: Slate Blue. HEX triplet: 61, 5E and CD. RGB value is (97,94,205). Sum of RGB (Red+Green+Blue) = 97+94+205=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #615ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ECD is #9EA132. Grayscale: #6B6B6B. Windows color (decimal): -10395955 or 13459041. OLE color: 13459041.

HSL color Cylindrical-coordinate representation of color #615ECD: hue angle of 241.62º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #615ECD is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 94 205 -
CMYK 0.53 0.54 0 0.20
HSL 241.62º 0.53% 0.59% -
HSV(B) 241.62º 0.54% 0.8% -
XYZ 19.95 14.95 59.59 -
YUV 107.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 97 94 205 0.53 0.54 0 0.20 241.62 0.53 0.59
Hex 61 5E CD 35 36 0 14 F2 35 3B
Octal 141 136 315 65 66 0 24 362 65 73
Binary 1100001 1011110 11001101 110101 110110 0 10100 11110010 110101 111011

Color Harmonies of #615ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ECD

Black with #615ECD

Text Example


Text Example

White with #615ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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