Html Css Color HEX #615BC0 Slate Blue

📋 copy color: '#615BC0'

red 97 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #615BC0

Tints of Slate Blue #615BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.53%

R = 25.53%
G = 23.95%
B = 50.53%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#615BC0 (or 0x615BC0) is known color: Slate Blue. HEX triplet: 61, 5B and C0. RGB value is (97,91,192). Sum of RGB (Red+Green+Blue) = 97+91+192=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #615BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BC0 is #9EA43F. Grayscale: #676767. Windows color (decimal): -10396736 or 12606305. OLE color: 12606305.

HSL color Cylindrical-coordinate representation of color #615BC0: hue angle of 243.56º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615BC0 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 91 192 -
CMYK 0.49 0.53 0 0.25
HSL 243.56º 0.44% 0.55% -
HSV(B) 243.56º 0.53% 0.75% -
XYZ 18.19 13.83 51.58 -
YUV 104.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 97 91 192 0.49 0.53 0 0.25 243.56 0.44 0.55
Hex 61 5B C0 31 35 0 19 F4 2C 37
Octal 141 133 300 61 65 0 31 364 54 67
Binary 1100001 1011011 11000000 110001 110101 0 11001 11110100 101100 110111

Color Harmonies of #615BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BC0

Black with #615BC0

Text Example


Text Example

White with #615BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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