Html Css Color HEX #615EC6 Slate Blue

📋 copy color: '#615EC6'

red 97 ◦ green 94 ◦ blue 198

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

Shades of Slate Blue #615EC6

Tints of Slate Blue #615EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 24.94%
G = 24.16%
B = 50.9%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#615EC6 (or 0x615EC6) is known color: Slate Blue. HEX triplet: 61, 5E and C6. RGB value is (97,94,198). Sum of RGB (Red+Green+Blue) = 97+94+198=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #615EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EC6 is #9EA139. Grayscale: #6A6A6A. Windows color (decimal): -10395962 or 13000289. OLE color: 13000289.

HSL color Cylindrical-coordinate representation of color #615EC6: hue angle of 241.73º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615EC6 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 94 198 -
CMYK 0.51 0.53 0 0.22
HSL 241.73º 0.48% 0.57% -
HSV(B) 241.73º 0.53% 0.78% -
XYZ 19.13 14.62 55.24 -
YUV 106.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 97 94 198 0.51 0.53 0 0.22 241.73 0.48 0.57
Hex 61 5E C6 33 35 0 16 F2 30 39
Octal 141 136 306 63 65 0 26 362 60 71
Binary 1100001 1011110 11000110 110011 110101 0 10110 11110010 110000 111001

Color Harmonies of #615EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EC6

Black with #615EC6

Text Example


Text Example

White with #615EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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