Html Css Color HEX #615BDC Slate Blue

📋 copy color: '#615BDC'

red 97 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #615BDC

Tints of Slate Blue #615BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 23.77%
G = 22.3%
B = 53.92%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#615BDC (or 0x615BDC) is known color: Slate Blue. HEX triplet: 61, 5B and DC. RGB value is (97,91,220). Sum of RGB (Red+Green+Blue) = 97+91+220=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #615BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BDC is #9EA423. Grayscale: #6A6A6A. Windows color (decimal): -10396708 or 14441313. OLE color: 14441313.

HSL color Cylindrical-coordinate representation of color #615BDC: hue angle of 242.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615BDC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 91 220 -
CMYK 0.56 0.59 0 0.14
HSL 242.79º 0.65% 0.61% -
HSV(B) 242.79º 0.59% 0.86% -
XYZ 21.59 15.19 69.5 -
YUV 107.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 97 91 220 0.56 0.59 0 0.14 242.79 0.65 0.61
Hex 61 5B DC 38 3B 0 E F3 41 3D
Octal 141 133 334 70 73 0 16 363 101 75
Binary 1100001 1011011 11011100 111000 111011 0 1110 11110011 1000001 111101

Color Harmonies of #615BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BDC

Black with #615BDC

Text Example


Text Example

White with #615BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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