Html Css Color HEX #615AD8 Slate Blue

📋 copy color: '#615AD8'

red 97 ◦ green 90 ◦ blue 216

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

Shades of Slate Blue #615AD8

Tints of Slate Blue #615AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.6%

R = 24.07%
G = 22.33%
B = 53.6%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#615AD8 (or 0x615AD8) is known color: Slate Blue. HEX triplet: 61, 5A and D8. RGB value is (97,90,216). Sum of RGB (Red+Green+Blue) = 97+90+216=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #615AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AD8 is #9EA527. Grayscale: #696969. Windows color (decimal): -10396968 or 14178913. OLE color: 14178913.

HSL color Cylindrical-coordinate representation of color #615AD8: hue angle of 243.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615AD8 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 90 216 -
CMYK 0.55 0.58 0 0.15
HSL 243.33º 0.62% 0.6% -
HSV(B) 243.33º 0.58% 0.85% -
XYZ 20.98 14.81 66.72 -
YUV 106.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 97 90 216 0.55 0.58 0 0.15 243.33 0.62 0.6
Hex 61 5A D8 37 3A 0 F F3 3E 3C
Octal 141 132 330 67 72 0 17 363 76 74
Binary 1100001 1011010 11011000 110111 111010 0 1111 11110011 111110 111100

Color Harmonies of #615AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AD8

Black with #615AD8

Text Example


Text Example

White with #615AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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