Html Css Color HEX #615BCD Slate Blue

📋 copy color: '#615BCD'

red 97 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #615BCD

Tints of Slate Blue #615BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

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

R = 24.68%
G = 23.16%
B = 52.16%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615BCD (or 0x615BCD) is known color: Slate Blue. HEX triplet: 61, 5B and CD. RGB value is (97,91,205). Sum of RGB (Red+Green+Blue) = 97+91+205=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #615BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BCD is #9EA432. Grayscale: #696969. Windows color (decimal): -10396723 or 13458273. OLE color: 13458273.

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

Color convert

RGB 97 91 205 -
CMYK 0.53 0.56 0 0.20
HSL 243.16º 0.53% 0.58% -
HSV(B) 243.16º 0.56% 0.8% -
XYZ 19.69 14.43 59.51 -
YUV 105.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 97 91 205 0.53 0.56 0 0.20 243.16 0.53 0.58
Hex 61 5B CD 35 38 0 14 F3 35 3A
Octal 141 133 315 65 70 0 24 363 65 72
Binary 1100001 1011011 11001101 110101 111000 0 10100 11110011 110101 111010

Color Harmonies of #615BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BCD

Black with #615BCD

Text Example


Text Example

White with #615BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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