Html Css Color HEX #615EDF Slate Blue

📋 copy color: '#615EDF'

red 97 ◦ green 94 ◦ blue 223

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

Shades of Slate Blue #615EDF

Tints of Slate Blue #615EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 23.43%
G = 22.71%
B = 53.86%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#615EDF (or 0x615EDF) is known color: Slate Blue. HEX triplet: 61, 5E and DF. RGB value is (97,94,223). Sum of RGB (Red+Green+Blue) = 97+94+223=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #615EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDF is #9EA120. Grayscale: #6D6D6D. Windows color (decimal): -10395937 or 14638689. OLE color: 14638689.

HSL color Cylindrical-coordinate representation of color #615EDF: hue angle of 241.4º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615EDF is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 94 223 -
CMYK 0.57 0.58 0 0.13
HSL 241.4º 0.67% 0.62% -
HSV(B) 241.4º 0.58% 0.87% -
XYZ 22.25 15.87 71.7 -
YUV 109.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 97 94 223 0.57 0.58 0 0.13 241.4 0.67 0.62
Hex 61 5E DF 39 3A 0 D F1 43 3E
Octal 141 136 337 71 72 0 15 361 103 76
Binary 1100001 1011110 11011111 111001 111010 0 1101 11110001 1000011 111110

Color Harmonies of #615EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EDF

Black with #615EDF

Text Example


Text Example

White with #615EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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