Html Css Color HEX #6561F6 Medium Slate Blue

📋 copy color: '#6561F6'

red 101 ◦ green 97 ◦ blue 246

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

Shades of Medium Slate Blue #6561F6

Tints of Medium Slate Blue #6561F6

RGB

 RED value IS 101 (39.84% from 255) = 22.75%

 GREEN value IS 97 (38.28% from 255) = 21.85%

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 22.75%
G = 21.85%
B = 55.41%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6561F6 (or 0x6561F6) is known color: Medium Slate Blue. HEX triplet: 65, 61 and F6. RGB value is (101,97,246). Sum of RGB (Red+Green+Blue) = 101+97+246=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #6561F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561F6 is #9A9E09. Grayscale: #727272. Windows color (decimal): -10133002 or 16146789. OLE color: 16146789.

HSL color Cylindrical-coordinate representation of color #6561F6: hue angle of 241.61º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6561F6 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 97 246 -
CMYK 0.59 0.61 0 0.04
HSL 241.61º 0.89% 0.67% -
HSV(B) 241.61º 0.61% 0.96% -
XYZ 26.28 17.97 89.27 -
YUV 115.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 101 97 246 0.59 0.61 0 0.04 241.61 0.89 0.67
Hex 65 61 F6 3B 3D 0 4 F2 59 43
Octal 145 141 366 73 75 0 4 362 131 103
Binary 1100101 1100001 11110110 111011 111101 0 100 11110010 1011001 1000011

Color Harmonies of #6561F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561F6

Black with #6561F6

Text Example


Text Example

White with #6561F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6561F6; }

 p { color: rgb(101,97,246); }

 H1.HeaderClassName
 {
   color: #6561F6;
 }
 .AnyTagClassName
 {
   color: #6561F6;
 }
</style>

background-color css

<style>
 a { background-color: #6561F6; }

 a { background-color: rgb(101,97,246); }

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

border-color css

<style>
 span { border-color: #6561F6; }

 span { border-color: rgb(101,97,246); }

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