Html Css Color HEX #615DCD Slate Blue

📋 copy color: '#615DCD'

red 97 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #615DCD

Tints of Slate Blue #615DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 24.56%
G = 23.54%
B = 51.9%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615DCD (or 0x615DCD) is known color: Slate Blue. HEX triplet: 61, 5D and CD. RGB value is (97,93,205). Sum of RGB (Red+Green+Blue) = 97+93+205=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #615DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DCD is #9EA232. Grayscale: #6A6A6A. Windows color (decimal): -10396211 or 13458785. OLE color: 13458785.

HSL color Cylindrical-coordinate representation of color #615DCD: hue angle of 242.14º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615DCD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 93 205 -
CMYK 0.53 0.55 0 0.20
HSL 242.14º 0.53% 0.58% -
HSV(B) 242.14º 0.55% 0.8% -
XYZ 19.86 14.78 59.56 -
YUV 106.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 97 93 205 0.53 0.55 0 0.20 242.14 0.53 0.58
Hex 61 5D CD 35 37 0 14 F2 35 3A
Octal 141 135 315 65 67 0 24 362 65 72
Binary 1100001 1011101 11001101 110101 110111 0 10100 11110010 110101 111010

Color Harmonies of #615DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DCD

Black with #615DCD

Text Example


Text Example

White with #615DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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