Html Css Color HEX #6572EB Medium Slate Blue

📋 copy color: '#6572EB'

red 101 ◦ green 114 ◦ blue 235

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

Shades of Medium Slate Blue #6572EB

Tints of Medium Slate Blue #6572EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 22.44%
G = 25.33%
B = 52.22%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6572EB (or 0x6572EB) is known color: Medium Slate Blue. HEX triplet: 65, 72 and EB. RGB value is (101,114,235). Sum of RGB (Red+Green+Blue) = 101+114+235=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #6572EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6572EB is #9A8D14. Grayscale: #7B7B7B. Windows color (decimal): -10128661 or 15430245. OLE color: 15430245.

HSL color Cylindrical-coordinate representation of color #6572EB: hue angle of 234.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6572EB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 114 235 -
CMYK 0.57 0.51 0 0.08
HSL 234.18º 0.77% 0.66% -
HSV(B) 234.18º 0.57% 0.92% -
XYZ 26.38 20.8 81.22 -
YUV 123.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 101 114 235 0.57 0.51 0 0.08 234.18 0.77 0.66
Hex 65 72 EB 39 33 0 8 EA 4D 42
Octal 145 162 353 71 63 0 10 352 115 102
Binary 1100101 1110010 11101011 111001 110011 0 1000 11101010 1001101 1000010

Color Harmonies of #6572EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6572EB

Black with #6572EB

Text Example


Text Example

White with #6572EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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