Html Css Color HEX #615ACF Slate Blue

📋 copy color: '#615ACF'

red 97 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #615ACF

Tints of Slate Blue #615ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 24.62%
G = 22.84%
B = 52.54%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#615ACF (or 0x615ACF) is known color: Slate Blue. HEX triplet: 61, 5A and CF. RGB value is (97,90,207). Sum of RGB (Red+Green+Blue) = 97+90+207=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #615ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ACF is #9EA530. Grayscale: #686868. Windows color (decimal): -10396977 or 13589089. OLE color: 13589089.

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

Color convert

RGB 97 90 207 -
CMYK 0.53 0.57 0 0.19
HSL 243.59º 0.55% 0.58% -
HSV(B) 243.59º 0.57% 0.81% -
XYZ 19.85 14.36 60.76 -
YUV 105.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 97 90 207 0.53 0.57 0 0.19 243.59 0.55 0.58
Hex 61 5A CF 35 39 0 13 F4 37 3A
Octal 141 132 317 65 71 0 23 364 67 72
Binary 1100001 1011010 11001111 110101 111001 0 10011 11110100 110111 111010

Color Harmonies of #615ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615ACF

Black with #615ACF

Text Example


Text Example

White with #615ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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