Html Css Color HEX #6D52DE Slate Blue

📋 copy color: '#6D52DE'

red 109 ◦ green 82 ◦ blue 222

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

Shades of Slate Blue #6D52DE

Tints of Slate Blue #6D52DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 26.39%
G = 19.85%
B = 53.75%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D52DE (or 0x6D52DE) is known color: Slate Blue. HEX triplet: 6D, 52 and DE. RGB value is (109,82,222). Sum of RGB (Red+Green+Blue) = 109+82+222=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D52DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52DE is #92AD21. Grayscale: #696969. Windows color (decimal): -9612578 or 14570093. OLE color: 14570093.

HSL color Cylindrical-coordinate representation of color #6D52DE: hue angle of 251.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D52DE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 82 222 -
CMYK 0.51 0.63 0 0.13
HSL 251.57º 0.68% 0.6% -
HSV(B) 251.57º 0.63% 0.87% -
XYZ 22.51 14.56 70.73 -
YUV 106.03 193.45 130.12 -
System Red Green Blue C M Y K H S L
Decimal 109 82 222 0.51 0.63 0 0.13 251.57 0.68 0.6
Hex 6D 52 DE 33 3F 0 D FC 44 3C
Octal 155 122 336 63 77 0 15 374 104 74
Binary 1101101 1010010 11011110 110011 111111 0 1101 11111100 1000100 111100

Color Harmonies of #6D52DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D52DE

Black with #6D52DE

Text Example


Text Example

White with #6D52DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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