Html Css Color HEX #615AC0 Slate Blue

📋 copy color: '#615AC0'

red 97 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #615AC0

Tints of Slate Blue #615AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 25.59%
G = 23.75%
B = 50.66%

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

#615AC0 (or 0x615AC0) is known color: Slate Blue. HEX triplet: 61, 5A and C0. RGB value is (97,90,192). Sum of RGB (Red+Green+Blue) = 97+90+192=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #615AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AC0 is #9EA53F. Grayscale: #676767. Windows color (decimal): -10396992 or 12606049. OLE color: 12606049.

HSL color Cylindrical-coordinate representation of color #615AC0: hue angle of 244.12º degrees, saturation: 0.45, 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 #615AC0 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 90 192 -
CMYK 0.49 0.53 0 0.25
HSL 244.12º 0.45% 0.55% -
HSV(B) 244.12º 0.53% 0.75% -
XYZ 18.1 13.66 51.55 -
YUV 103.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 97 90 192 0.49 0.53 0 0.25 244.12 0.45 0.55
Hex 61 5A C0 31 35 0 19 F4 2D 37
Octal 141 132 300 61 65 0 31 364 55 67
Binary 1100001 1011010 11000000 110001 110101 0 11001 11110100 101101 110111

Color Harmonies of #615AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AC0

Black with #615AC0

Text Example


Text Example

White with #615AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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