Html Css Color HEX #615ED6 Slate Blue

📋 copy color: '#615ED6'

red 97 ◦ green 94 ◦ blue 214

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

Shades of Slate Blue #615ED6

Tints of Slate Blue #615ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 23.95%
G = 23.21%
B = 52.84%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#615ED6 (or 0x615ED6) is known color: Slate Blue. HEX triplet: 61, 5E and D6. RGB value is (97,94,214). Sum of RGB (Red+Green+Blue) = 97+94+214=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #615ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ED6 is #9EA129. Grayscale: #6C6C6C. Windows color (decimal): -10395946 or 14048865. OLE color: 14048865.

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

Color convert

RGB 97 94 214 -
CMYK 0.55 0.56 0 0.16
HSL 241.5º 0.59% 0.6% -
HSV(B) 241.5º 0.56% 0.84% -
XYZ 21.07 15.4 65.48 -
YUV 108.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 97 94 214 0.55 0.56 0 0.16 241.5 0.59 0.6
Hex 61 5E D6 37 38 0 10 F2 3B 3C
Octal 141 136 326 67 70 0 20 362 73 74
Binary 1100001 1011110 11010110 110111 111000 0 10000 11110010 111011 111100

Color Harmonies of #615ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ED6

Black with #615ED6

Text Example


Text Example

White with #615ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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