Html Css Color HEX #615DC0 Slate Blue

📋 copy color: '#615DC0'

red 97 ◦ green 93 ◦ blue 192

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

Shades of Slate Blue #615DC0

Tints of Slate Blue #615DC0

RGB

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

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

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

R = 25.39%
G = 24.35%
B = 50.26%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#615DC0 (or 0x615DC0) is known color: Slate Blue. HEX triplet: 61, 5D and C0. RGB value is (97,93,192). Sum of RGB (Red+Green+Blue) = 97+93+192=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #615DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DC0 is #9EA23F. Grayscale: #696969. Windows color (decimal): -10396224 or 12606817. OLE color: 12606817.

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

Color convert

RGB 97 93 192 -
CMYK 0.49 0.52 0 0.25
HSL 242.42º 0.44% 0.56% -
HSV(B) 242.42º 0.52% 0.75% -
XYZ 18.36 14.18 51.64 -
YUV 105.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 97 93 192 0.49 0.52 0 0.25 242.42 0.44 0.56
Hex 61 5D C0 31 34 0 19 F2 2C 38
Octal 141 135 300 61 64 0 31 362 54 70
Binary 1100001 1011101 11000000 110001 110100 0 11001 11110010 101100 111000

Color Harmonies of #615DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DC0

Black with #615DC0

Text Example


Text Example

White with #615DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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