Html Css Color HEX #6574DD Medium Slate Blue

📋 copy color: '#6574DD'

red 101 ◦ green 116 ◦ blue 221

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

Shades of Medium Slate Blue #6574DD

Tints of Medium Slate Blue #6574DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 23.06%
G = 26.48%
B = 50.46%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6574DD (or 0x6574DD) is known color: Medium Slate Blue. HEX triplet: 65, 74 and DD. RGB value is (101,116,221). Sum of RGB (Red+Green+Blue) = 101+116+221=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6574DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6574DD is #9A8B22. Grayscale: #7B7B7B. Windows color (decimal): -10128163 or 14513253. OLE color: 14513253.

HSL color Cylindrical-coordinate representation of color #6574DD: hue angle of 232.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6574DD is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 116 221 -
CMYK 0.54 0.48 0 0.13
HSL 232.5º 0.64% 0.63% -
HSV(B) 232.5º 0.54% 0.87% -
XYZ 24.66 20.48 71.06 -
YUV 123.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 101 116 221 0.54 0.48 0 0.13 232.5 0.64 0.63
Hex 65 74 DD 36 30 0 D E8 40 3F
Octal 145 164 335 66 60 0 15 350 100 77
Binary 1100101 1110100 11011101 110110 110000 0 1101 11101000 1000000 111111

Color Harmonies of #6574DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6574DD

Black with #6574DD

Text Example


Text Example

White with #6574DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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