Html Css Color HEX #6573FD Medium Slate Blue

📋 copy color: '#6573FD'

red 101 ◦ green 115 ◦ blue 253

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

Shades of Medium Slate Blue #6573FD

Tints of Medium Slate Blue #6573FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 21.54%
G = 24.52%
B = 53.94%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6573FD (or 0x6573FD) is known color: Medium Slate Blue. HEX triplet: 65, 73 and FD. RGB value is (101,115,253). Sum of RGB (Red+Green+Blue) = 101+115+253=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #6573FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6573FD is #9A8C02. Grayscale: #7D7D7D. Windows color (decimal): -10128387 or 16610149. OLE color: 16610149.

HSL color Cylindrical-coordinate representation of color #6573FD: hue angle of 234.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6573FD is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 115 253 -
CMYK 0.60 0.55 0 0.01
HSL 234.47º 0.97% 0.69% -
HSV(B) 234.47º 0.6% 0.99% -
XYZ 29.23 22.12 95.66 -
YUV 126.55 199.36 109.78 -
System Red Green Blue C M Y K H S L
Decimal 101 115 253 0.60 0.55 0 0.01 234.47 0.97 0.69
Hex 65 73 FD 3C 37 0 1 EA 61 45
Octal 145 163 375 74 67 0 1 352 141 105
Binary 1100101 1110011 11111101 111100 110111 0 1 11101010 1100001 1000101

Color Harmonies of #6573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6573FD

Black with #6573FD

Text Example


Text Example

White with #6573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6573FD; }

 p { color: rgb(101,115,253); }

 H1.HeaderClassName
 {
   color: #6573FD;
 }
 .AnyTagClassName
 {
   color: #6573FD;
 }
</style>

background-color css

<style>
 a { background-color: #6573FD; }

 a { background-color: rgb(101,115,253); }

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

border-color css

<style>
 span { border-color: #6573FD; }

 span { border-color: rgb(101,115,253); }

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