Html Css Color HEX #6570DF Medium Slate Blue

📋 copy color: '#6570DF'

red 101 ◦ green 112 ◦ blue 223

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

Shades of Medium Slate Blue #6570DF

Tints of Medium Slate Blue #6570DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 23.17%
G = 25.69%
B = 51.15%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6570DF (or 0x6570DF) is known color: Medium Slate Blue. HEX triplet: 65, 70 and DF. RGB value is (101,112,223). Sum of RGB (Red+Green+Blue) = 101+112+223=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6570DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570DF is #9A8F20. Grayscale: #787878. Windows color (decimal): -10129185 or 14643301. OLE color: 14643301.

HSL color Cylindrical-coordinate representation of color #6570DF: hue angle of 234.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6570DF is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 112 223 -
CMYK 0.55 0.50 0 0.13
HSL 234.59º 0.66% 0.64% -
HSV(B) 234.59º 0.55% 0.87% -
XYZ 24.48 19.68 72.32 -
YUV 121.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 101 112 223 0.55 0.50 0 0.13 234.59 0.66 0.64
Hex 65 70 DF 37 32 0 D EB 42 40
Octal 145 160 337 67 62 0 15 353 102 100
Binary 1100101 1110000 11011111 110111 110010 0 1101 11101011 1000010 1000000

Color Harmonies of #6570DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570DF

Black with #6570DF

Text Example


Text Example

White with #6570DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6570DF; }

 p { color: rgb(101,112,223); }

 H1.HeaderClassName
 {
   color: #6570DF;
 }
 .AnyTagClassName
 {
   color: #6570DF;
 }
</style>

background-color css

<style>
 a { background-color: #6570DF; }

 a { background-color: rgb(101,112,223); }

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

border-color css

<style>
 span { border-color: #6570DF; }

 span { border-color: rgb(101,112,223); }

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