Html Css Color HEX #615ED8 Slate Blue

📋 copy color: '#615ED8'

red 97 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #615ED8

Tints of Slate Blue #615ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 23.83%
G = 23.1%
B = 53.07%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#615ED8 (or 0x615ED8) is known color: Slate Blue. HEX triplet: 61, 5E and D8. RGB value is (97,94,216). Sum of RGB (Red+Green+Blue) = 97+94+216=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #615ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ED8 is #9EA127. Grayscale: #6C6C6C. Windows color (decimal): -10395944 or 14179937. OLE color: 14179937.

HSL color Cylindrical-coordinate representation of color #615ED8: hue angle of 241.48º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #615ED8 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 94 216 -
CMYK 0.55 0.56 0 0.15
HSL 241.48º 0.61% 0.61% -
HSV(B) 241.48º 0.56% 0.85% -
XYZ 21.33 15.5 66.83 -
YUV 108.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 97 94 216 0.55 0.56 0 0.15 241.48 0.61 0.61
Hex 61 5E D8 37 38 0 F F1 3D 3D
Octal 141 136 330 67 70 0 17 361 75 75
Binary 1100001 1011110 11011000 110111 111000 0 1111 11110001 111101 111101

Color Harmonies of #615ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ED8

Black with #615ED8

Text Example


Text Example

White with #615ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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