Html Css Color HEX #615ADF Slate Blue

📋 copy color: '#615ADF'

red 97 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #615ADF

Tints of Slate Blue #615ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 23.66%
G = 21.95%
B = 54.39%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#615ADF (or 0x615ADF) is known color: Slate Blue. HEX triplet: 61, 5A and DF. RGB value is (97,90,223). Sum of RGB (Red+Green+Blue) = 97+90+223=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #615ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ADF is #9EA520. Grayscale: #6A6A6A. Windows color (decimal): -10396961 or 14637665. OLE color: 14637665.

HSL color Cylindrical-coordinate representation of color #615ADF: hue angle of 243.16º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #615ADF is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 90 223 -
CMYK 0.57 0.60 0 0.13
HSL 243.16º 0.68% 0.61% -
HSV(B) 243.16º 0.6% 0.87% -
XYZ 21.91 15.18 71.59 -
YUV 107.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 97 90 223 0.57 0.60 0 0.13 243.16 0.68 0.61
Hex 61 5A DF 39 3C 0 D F3 44 3D
Octal 141 132 337 71 74 0 15 363 104 75
Binary 1100001 1011010 11011111 111001 111100 0 1101 11110011 1000100 111101

Color Harmonies of #615ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ADF

Black with #615ADF

Text Example


Text Example

White with #615ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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