Html Css Color HEX #6572DF Medium Slate Blue

📋 copy color: '#6572DF'

red 101 ◦ green 114 ◦ blue 223

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

Shades of Medium Slate Blue #6572DF

Tints of Medium Slate Blue #6572DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

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

R = 23.06%
G = 26.03%
B = 50.91%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6572DF (or 0x6572DF) is known color: Medium Slate Blue. HEX triplet: 65, 72 and DF. RGB value is (101,114,223). Sum of RGB (Red+Green+Blue) = 101+114+223=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #6572DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572DF is #9A8D20. Grayscale: #7A7A7A. Windows color (decimal): -10128673 or 14643813. OLE color: 14643813.

HSL color Cylindrical-coordinate representation of color #6572DF: hue angle of 233.61º 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 #6572DF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 114 223 -
CMYK 0.55 0.49 0 0.13
HSL 233.61º 0.66% 0.64% -
HSV(B) 233.61º 0.55% 0.87% -
XYZ 24.7 20.13 72.4 -
YUV 122.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 101 114 223 0.55 0.49 0 0.13 233.61 0.66 0.64
Hex 65 72 DF 37 31 0 D EA 42 40
Octal 145 162 337 67 61 0 15 352 102 100
Binary 1100101 1110010 11011111 110111 110001 0 1101 11101010 1000010 1000000

Color Harmonies of #6572DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6572DF

Black with #6572DF

Text Example


Text Example

White with #6572DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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