Html Css Color HEX #615EE0 Slate Blue

📋 copy color: '#615EE0'

red 97 ◦ green 94 ◦ blue 224

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

Shades of Slate Blue #615EE0

Tints of Slate Blue #615EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 23.37%
G = 22.65%
B = 53.98%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#615EE0 (or 0x615EE0) is known color: Slate Blue. HEX triplet: 61, 5E and E0. RGB value is (97,94,224). Sum of RGB (Red+Green+Blue) = 97+94+224=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #615EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EE0 is #9EA11F. Grayscale: #6D6D6D. Windows color (decimal): -10395936 or 14704225. OLE color: 14704225.

HSL color Cylindrical-coordinate representation of color #615EE0: hue angle of 241.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615EE0 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 94 224 -
CMYK 0.57 0.58 0 0.12
HSL 241.38º 0.68% 0.62% -
HSV(B) 241.38º 0.58% 0.88% -
XYZ 22.39 15.93 72.42 -
YUV 109.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 97 94 224 0.57 0.58 0 0.12 241.38 0.68 0.62
Hex 61 5E E0 39 3A 0 C F1 44 3E
Octal 141 136 340 71 72 0 14 361 104 76
Binary 1100001 1011110 11100000 111001 111010 0 1100 11110001 1000100 111110

Color Harmonies of #615EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EE0

Black with #615EE0

Text Example


Text Example

White with #615EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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