Html Css Color HEX #615EC8 Slate Blue

📋 copy color: '#615EC8'

red 97 ◦ green 94 ◦ blue 200

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

Shades of Slate Blue #615EC8

Tints of Slate Blue #615EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 24.81%
G = 24.04%
B = 51.15%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#615EC8 (or 0x615EC8) is known color: Slate Blue. HEX triplet: 61, 5E and C8. RGB value is (97,94,200). Sum of RGB (Red+Green+Blue) = 97+94+200=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #615EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EC8 is #9EA137. Grayscale: #6A6A6A. Windows color (decimal): -10395960 or 13131361. OLE color: 13131361.

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

Color convert

RGB 97 94 200 -
CMYK 0.52 0.53 0 0.22
HSL 241.7º 0.49% 0.58% -
HSV(B) 241.7º 0.53% 0.78% -
XYZ 19.36 14.72 56.46 -
YUV 106.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 97 94 200 0.52 0.53 0 0.22 241.7 0.49 0.58
Hex 61 5E C8 34 35 0 16 F2 31 3A
Octal 141 136 310 64 65 0 26 362 61 72
Binary 1100001 1011110 11001000 110100 110101 0 10110 11110010 110001 111010

Color Harmonies of #615EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EC8

Black with #615EC8

Text Example


Text Example

White with #615EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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