Html Css Color HEX #6D52DF Slate Blue

📋 copy color: '#6D52DF'

red 109 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #6D52DF

Tints of Slate Blue #6D52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 26.33%
G = 19.81%
B = 53.86%

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

#6D52DF (or 0x6D52DF) is known color: Slate Blue. HEX triplet: 6D, 52 and DF. RGB value is (109,82,223). Sum of RGB (Red+Green+Blue) = 109+82+223=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52DF is #92AD20. Grayscale: #696969. Windows color (decimal): -9612577 or 14635629. OLE color: 14635629.

HSL color Cylindrical-coordinate representation of color #6D52DF: hue angle of 251.49º degrees, saturation: 0.69, 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 #6D52DF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 82 223 -
CMYK 0.51 0.63 0 0.13
HSL 251.49º 0.69% 0.6% -
HSV(B) 251.49º 0.63% 0.87% -
XYZ 22.64 14.61 71.44 -
YUV 106.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 109 82 223 0.51 0.63 0 0.13 251.49 0.69 0.6
Hex 6D 52 DF 33 3F 0 D FB 45 3C
Octal 155 122 337 63 77 0 15 373 105 74
Binary 1101101 1010010 11011111 110011 111111 0 1101 11111011 1000101 111100

Color Harmonies of #6D52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D52DF

Black with #6D52DF

Text Example


Text Example

White with #6D52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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