Html Css Color HEX #6C52EE Medium Slate Blue

📋 copy color: '#6C52EE'

red 108 ◦ green 82 ◦ blue 238

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

Shades of Medium Slate Blue #6C52EE

Tints of Medium Slate Blue #6C52EE

RGB

 RED value IS 108 (42.58% from 255) = 25.23%

 GREEN value IS 82 (32.42% from 255) = 19.16%

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 25.23%
G = 19.16%
B = 55.61%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C52EE (or 0x6C52EE) is known color: Medium Slate Blue. HEX triplet: 6C, 52 and EE. RGB value is (108,82,238). Sum of RGB (Red+Green+Blue) = 108+82+238=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C52EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C52EE is #93AD11. Grayscale: #6A6A6A. Windows color (decimal): -9678098 or 15618668. OLE color: 15618668.

HSL color Cylindrical-coordinate representation of color #6C52EE: hue angle of 250º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C52EE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 82 238 -
CMYK 0.55 0.66 0 0.07
HSL 250º 0.82% 0.63% -
HSV(B) 250º 0.66% 0.93% -
XYZ 24.63 15.4 82.56 -
YUV 107.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 108 82 238 0.55 0.66 0 0.07 250 0.82 0.63
Hex 6C 52 EE 37 42 0 7 FA 52 3F
Octal 154 122 356 67 102 0 7 372 122 77
Binary 1101100 1010010 11101110 110111 1000010 0 111 11111010 1010010 111111

Color Harmonies of #6C52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C52EE

Black with #6C52EE

Text Example


Text Example

White with #6C52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C52EE; }

 p { color: rgb(108,82,238); }

 H1.HeaderClassName
 {
   color: #6C52EE;
 }
 .AnyTagClassName
 {
   color: #6C52EE;
 }
</style>

background-color css

<style>
 a { background-color: #6C52EE; }

 a { background-color: rgb(108,82,238); }

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

border-color css

<style>
 span { border-color: #6C52EE; }

 span { border-color: rgb(108,82,238); }

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