Html Css Color HEX #615ACE Slate Blue

📋 copy color: '#615ACE'

red 97 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #615ACE

Tints of Slate Blue #615ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 24.68%
G = 22.9%
B = 52.42%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#615ACE (or 0x615ACE) is known color: Slate Blue. HEX triplet: 61, 5A and CE. RGB value is (97,90,206). Sum of RGB (Red+Green+Blue) = 97+90+206=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #615ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ACE is #9EA531. Grayscale: #686868. Windows color (decimal): -10396978 or 13523553. OLE color: 13523553.

HSL color Cylindrical-coordinate representation of color #615ACE: hue angle of 243.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #615ACE is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 90 206 -
CMYK 0.53 0.56 0 0.19
HSL 243.62º 0.54% 0.58% -
HSV(B) 243.62º 0.56% 0.81% -
XYZ 19.73 14.31 60.11 -
YUV 105.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 97 90 206 0.53 0.56 0 0.19 243.62 0.54 0.58
Hex 61 5A CE 35 38 0 13 F4 36 3A
Octal 141 132 316 65 70 0 23 364 66 72
Binary 1100001 1011010 11001110 110101 111000 0 10011 11110100 110110 111010

Color Harmonies of #615ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ACE

Black with #615ACE

Text Example


Text Example

White with #615ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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