Html Css Color HEX #6561FB Medium Slate Blue

📋 copy color: '#6561FB'

red 101 ◦ green 97 ◦ blue 251

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

Shades of Medium Slate Blue #6561FB

Tints of Medium Slate Blue #6561FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 22.49%
G = 21.6%
B = 55.9%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6561FB (or 0x6561FB) is known color: Medium Slate Blue. HEX triplet: 65, 61 and FB. RGB value is (101,97,251). Sum of RGB (Red+Green+Blue) = 101+97+251=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #6561FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561FB is #9A9E04. Grayscale: #737373. Windows color (decimal): -10132997 or 16474469. OLE color: 16474469.

HSL color Cylindrical-coordinate representation of color #6561FB: hue angle of 241.56º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6561FB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 97 251 -
CMYK 0.60 0.61 0 0.02
HSL 241.56º 0.95% 0.68% -
HSV(B) 241.56º 0.61% 0.98% -
XYZ 27.05 18.28 93.37 -
YUV 115.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 101 97 251 0.60 0.61 0 0.02 241.56 0.95 0.68
Hex 65 61 FB 3C 3D 0 2 F2 5F 44
Octal 145 141 373 74 75 0 2 362 137 104
Binary 1100101 1100001 11111011 111100 111101 0 10 11110010 1011111 1000100

Color Harmonies of #6561FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561FB

Black with #6561FB

Text Example


Text Example

White with #6561FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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