Html Css Color HEX #615DC5 Slate Blue

📋 copy color: '#615DC5'

red 97 ◦ green 93 ◦ blue 197

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

Shades of Slate Blue #615DC5

Tints of Slate Blue #615DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 197 (77.34% from 255) = 50.9%

R = 25.06%
G = 24.03%
B = 50.9%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#615DC5 (or 0x615DC5) is known color: Slate Blue. HEX triplet: 61, 5D and C5. RGB value is (97,93,197). Sum of RGB (Red+Green+Blue) = 97+93+197=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #615DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DC5 is #9EA23A. Grayscale: #696969. Windows color (decimal): -10396219 or 12934497. OLE color: 12934497.

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

Color convert

RGB 97 93 197 -
CMYK 0.51 0.53 0 0.23
HSL 242.31º 0.47% 0.57% -
HSV(B) 242.31º 0.53% 0.77% -
XYZ 18.92 14.4 54.61 -
YUV 106.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 97 93 197 0.51 0.53 0 0.23 242.31 0.47 0.57
Hex 61 5D C5 33 35 0 17 F2 2F 39
Octal 141 135 305 63 65 0 27 362 57 71
Binary 1100001 1011101 11000101 110011 110101 0 10111 11110010 101111 111001

Color Harmonies of #615DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DC5

Black with #615DC5

Text Example


Text Example

White with #615DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,197); }

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

background-color css

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

 a { background-color: rgb(97,93,197); }

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

border-color css

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

 span { border-color: rgb(97,93,197); }

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