Html Css Color HEX #615EDC Slate Blue

📋 copy color: '#615EDC'

red 97 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #615EDC

Tints of Slate Blue #615EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 23.6%
G = 22.87%
B = 53.53%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#615EDC (or 0x615EDC) is known color: Slate Blue. HEX triplet: 61, 5E and DC. RGB value is (97,94,220). Sum of RGB (Red+Green+Blue) = 97+94+220=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #615EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDC is #9EA123. Grayscale: #6C6C6C. Windows color (decimal): -10395940 or 14442081. OLE color: 14442081.

HSL color Cylindrical-coordinate representation of color #615EDC: hue angle of 241.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615EDC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 94 220 -
CMYK 0.56 0.57 0 0.14
HSL 241.43º 0.64% 0.62% -
HSV(B) 241.43º 0.57% 0.86% -
XYZ 21.85 15.71 69.59 -
YUV 109.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 97 94 220 0.56 0.57 0 0.14 241.43 0.64 0.62
Hex 61 5E DC 38 39 0 E F1 40 3E
Octal 141 136 334 70 71 0 16 361 100 76
Binary 1100001 1011110 11011100 111000 111001 0 1110 11110001 1000000 111110

Color Harmonies of #615EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EDC

Black with #615EDC

Text Example


Text Example

White with #615EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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