Html Css Color HEX #6560FA Medium Slate Blue

📋 copy color: '#6560FA'

red 101 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #6560FA

Tints of Medium Slate Blue #6560FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.48%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 22.6%
G = 21.48%
B = 55.93%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6560FA (or 0x6560FA) is known color: Medium Slate Blue. HEX triplet: 65, 60 and FA. RGB value is (101,96,250). Sum of RGB (Red+Green+Blue) = 101+96+250=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #6560FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6560FA is #9A9F05. Grayscale: #727272. Windows color (decimal): -10133254 or 16408677. OLE color: 16408677.

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

Color convert

RGB 101 96 250 -
CMYK 0.60 0.62 0 0.02
HSL 241.95º 0.94% 0.68% -
HSV(B) 241.95º 0.62% 0.98% -
XYZ 26.81 18.03 92.51 -
YUV 115.05 204.16 117.98 -
System Red Green Blue C M Y K H S L
Decimal 101 96 250 0.60 0.62 0 0.02 241.95 0.94 0.68
Hex 65 60 FA 3C 3E 0 2 F2 5E 44
Octal 145 140 372 74 76 0 2 362 136 104
Binary 1100101 1100000 11111010 111100 111110 0 10 11110010 1011110 1000100

Color Harmonies of #6560FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6560FA

Black with #6560FA

Text Example


Text Example

White with #6560FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6560FA; }

 p { color: rgb(101,96,250); }

 H1.HeaderClassName
 {
   color: #6560FA;
 }
 .AnyTagClassName
 {
   color: #6560FA;
 }
</style>

background-color css

<style>
 a { background-color: #6560FA; }

 a { background-color: rgb(101,96,250); }

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

border-color css

<style>
 span { border-color: #6560FA; }

 span { border-color: rgb(101,96,250); }

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