Html Css Color HEX #615EC9 Slate Blue

📋 copy color: '#615EC9'

red 97 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #615EC9

Tints of Slate Blue #615EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 24.74%
G = 23.98%
B = 51.28%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#615EC9 (or 0x615EC9) is known color: Slate Blue. HEX triplet: 61, 5E and C9. RGB value is (97,94,201). Sum of RGB (Red+Green+Blue) = 97+94+201=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #615EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EC9 is #9EA136. Grayscale: #6A6A6A. Windows color (decimal): -10395959 or 13196897. OLE color: 13196897.

HSL color Cylindrical-coordinate representation of color #615EC9: hue angle of 241.68º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615EC9 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 94 201 -
CMYK 0.52 0.53 0 0.21
HSL 241.68º 0.5% 0.58% -
HSV(B) 241.68º 0.53% 0.79% -
XYZ 19.48 14.76 57.08 -
YUV 107.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 97 94 201 0.52 0.53 0 0.21 241.68 0.5 0.58
Hex 61 5E C9 34 35 0 15 F2 32 3A
Octal 141 136 311 64 65 0 25 362 62 72
Binary 1100001 1011110 11001001 110100 110101 0 10101 11110010 110010 111010

Color Harmonies of #615EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EC9

Black with #615EC9

Text Example


Text Example

White with #615EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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