Html Css Color HEX #6574FD Medium Slate Blue

📋 copy color: '#6574FD'

red 101 ◦ green 116 ◦ blue 253

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

Shades of Medium Slate Blue #6574FD

Tints of Medium Slate Blue #6574FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 21.49%
G = 24.68%
B = 53.83%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6574FD (or 0x6574FD) is known color: Medium Slate Blue. HEX triplet: 65, 74 and FD. RGB value is (101,116,253). Sum of RGB (Red+Green+Blue) = 101+116+253=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6574FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574FD is #9A8B02. Grayscale: #7E7E7E. Windows color (decimal): -10128131 or 16610405. OLE color: 16610405.

HSL color Cylindrical-coordinate representation of color #6574FD: hue angle of 234.08º 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 #6574FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 116 253 -
CMYK 0.60 0.54 0 0.01
HSL 234.08º 0.97% 0.69% -
HSV(B) 234.08º 0.6% 0.99% -
XYZ 29.34 22.35 95.7 -
YUV 127.13 199.03 109.36 -
System Red Green Blue C M Y K H S L
Decimal 101 116 253 0.60 0.54 0 0.01 234.08 0.97 0.69
Hex 65 74 FD 3C 36 0 1 EA 61 45
Octal 145 164 375 74 66 0 1 352 141 105
Binary 1100101 1110100 11111101 111100 110110 0 1 11101010 1100001 1000101

Color Harmonies of #6574FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6574FD

Black with #6574FD

Text Example


Text Example

White with #6574FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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