Html Css Color HEX #6575EF Medium Slate Blue

📋 copy color: '#6575EF'

red 101 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #6575EF

Tints of Medium Slate Blue #6575EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 22.1%
G = 25.6%
B = 52.3%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6575EF (or 0x6575EF) is known color: Medium Slate Blue. HEX triplet: 65, 75 and EF. RGB value is (101,117,239). Sum of RGB (Red+Green+Blue) = 101+117+239=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #6575EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575EF is #9A8A10. Grayscale: #7D7D7D. Windows color (decimal): -10127889 or 15693157. OLE color: 15693157.

HSL color Cylindrical-coordinate representation of color #6575EF: hue angle of 233.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6575EF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 117 239 -
CMYK 0.58 0.51 0 0.06
HSL 233.04º 0.81% 0.67% -
HSV(B) 233.04º 0.58% 0.94% -
XYZ 27.31 21.72 84.41 -
YUV 126.12 191.7 110.08 -
System Red Green Blue C M Y K H S L
Decimal 101 117 239 0.58 0.51 0 0.06 233.04 0.81 0.67
Hex 65 75 EF 3A 33 0 6 E9 51 43
Octal 145 165 357 72 63 0 6 351 121 103
Binary 1100101 1110101 11101111 111010 110011 0 110 11101001 1010001 1000011

Color Harmonies of #6575EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6575EF

Black with #6575EF

Text Example


Text Example

White with #6575EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6575EF; }

 p { color: rgb(101,117,239); }

 H1.HeaderClassName
 {
   color: #6575EF;
 }
 .AnyTagClassName
 {
   color: #6575EF;
 }
</style>

background-color css

<style>
 a { background-color: #6575EF; }

 a { background-color: rgb(101,117,239); }

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

border-color css

<style>
 span { border-color: #6575EF; }

 span { border-color: rgb(101,117,239); }

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