Html Css Color HEX #6575E6 Medium Slate Blue

📋 copy color: '#6575E6'

red 101 ◦ green 117 ◦ blue 230

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

Shades of Medium Slate Blue #6575E6

Tints of Medium Slate Blue #6575E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.34%

R = 22.54%
G = 26.12%
B = 51.34%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6575E6 (or 0x6575E6) is known color: Medium Slate Blue. HEX triplet: 65, 75 and E6. RGB value is (101,117,230). Sum of RGB (Red+Green+Blue) = 101+117+230=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #6575E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575E6 is #9A8A19. Grayscale: #7C7C7C. Windows color (decimal): -10127898 or 15103333. OLE color: 15103333.

HSL color Cylindrical-coordinate representation of color #6575E6: hue angle of 232.56º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6575E6 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 117 230 -
CMYK 0.56 0.49 0 0.10
HSL 232.56º 0.72% 0.65% -
HSV(B) 232.56º 0.56% 0.9% -
XYZ 26.01 21.2 77.58 -
YUV 125.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 101 117 230 0.56 0.49 0 0.10 232.56 0.72 0.65
Hex 65 75 E6 38 31 0 A E9 48 41
Octal 145 165 346 70 61 0 12 351 110 101
Binary 1100101 1110101 11100110 111000 110001 0 1010 11101001 1001000 1000001

Color Harmonies of #6575E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6575E6

Black with #6575E6

Text Example


Text Example

White with #6575E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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