Html Css Color HEX #6574F6 Medium Slate Blue

📋 copy color: '#6574F6'

red 101 ◦ green 116 ◦ blue 246

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

Shades of Medium Slate Blue #6574F6

Tints of Medium Slate Blue #6574F6

RGB

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

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

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

R = 21.81%
G = 25.05%
B = 53.13%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6574F6 (or 0x6574F6) is known color: Medium Slate Blue. HEX triplet: 65, 74 and F6. RGB value is (101,116,246). Sum of RGB (Red+Green+Blue) = 101+116+246=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #6574F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574F6 is #9A8B09. Grayscale: #7D7D7D. Windows color (decimal): -10128138 or 16151653. OLE color: 16151653.

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

Color convert

RGB 101 116 246 -
CMYK 0.59 0.53 0 0.04
HSL 233.79º 0.89% 0.68% -
HSV(B) 233.79º 0.59% 0.96% -
XYZ 28.25 21.91 89.93 -
YUV 126.34 195.53 109.93 -
System Red Green Blue C M Y K H S L
Decimal 101 116 246 0.59 0.53 0 0.04 233.79 0.89 0.68
Hex 65 74 F6 3B 35 0 4 EA 59 44
Octal 145 164 366 73 65 0 4 352 131 104
Binary 1100101 1110100 11110110 111011 110101 0 100 11101010 1011001 1000100

Color Harmonies of #6574F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6574F6

Black with #6574F6

Text Example


Text Example

White with #6574F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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