Html Css Color HEX #615ECE Slate Blue

📋 copy color: '#615ECE'

red 97 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #615ECE

Tints of Slate Blue #615ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 24.43%
G = 23.68%
B = 51.89%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#615ECE (or 0x615ECE) is known color: Slate Blue. HEX triplet: 61, 5E and CE. RGB value is (97,94,206). Sum of RGB (Red+Green+Blue) = 97+94+206=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #615ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ECE is #9EA131. Grayscale: #6B6B6B. Windows color (decimal): -10395954 or 13524577. OLE color: 13524577.

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

Color convert

RGB 97 94 206 -
CMYK 0.53 0.54 0 0.19
HSL 241.61º 0.53% 0.59% -
HSV(B) 241.61º 0.54% 0.81% -
XYZ 20.07 15 60.23 -
YUV 107.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 97 94 206 0.53 0.54 0 0.19 241.61 0.53 0.59
Hex 61 5E CE 35 36 0 13 F2 35 3B
Octal 141 136 316 65 66 0 23 362 65 73
Binary 1100001 1011110 11001110 110101 110110 0 10011 11110010 110101 111011

Color Harmonies of #615ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ECE

Black with #615ECE

Text Example


Text Example

White with #615ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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