Html Css Color HEX #6D52E4 Slate Blue

📋 copy color: '#6D52E4'

red 109 ◦ green 82 ◦ blue 228

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

Shades of Slate Blue #6D52E4

Tints of Slate Blue #6D52E4

RGB

 RED value IS 109 (42.97% from 255) = 26.01%

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

 BLUE value IS 228 (89.45% from 255) = 54.42%

R = 26.01%
G = 19.57%
B = 54.42%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6D52E4 (or 0x6D52E4) is known color: Slate Blue. HEX triplet: 6D, 52 and E4. RGB value is (109,82,228). Sum of RGB (Red+Green+Blue) = 109+82+228=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D52E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52E4 is #92AD1B. Grayscale: #6A6A6A. Windows color (decimal): -9612572 or 14963309. OLE color: 14963309.

HSL color Cylindrical-coordinate representation of color #6D52E4: hue angle of 251.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D52E4 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 82 228 -
CMYK 0.52 0.64 0 0.11
HSL 251.1º 0.73% 0.61% -
HSV(B) 251.1º 0.64% 0.89% -
XYZ 23.33 14.89 75.04 -
YUV 106.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 109 82 228 0.52 0.64 0 0.11 251.1 0.73 0.61
Hex 6D 52 E4 34 40 0 B FB 49 3D
Octal 155 122 344 64 100 0 13 373 111 75
Binary 1101101 1010010 11100100 110100 1000000 0 1011 11111011 1001001 111101

Color Harmonies of #6D52E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D52E4

Black with #6D52E4

Text Example


Text Example

White with #6D52E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,228); }

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

background-color css

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

 a { background-color: rgb(109,82,228); }

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

border-color css

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

 span { border-color: rgb(109,82,228); }

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