Html Css Color HEX #6D4ADF Slate Blue

📋 copy color: '#6D4ADF'

red 109 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #6D4ADF

Tints of Slate Blue #6D4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

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

R = 26.85%
G = 18.23%
B = 54.93%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D4ADF (or 0x6D4ADF) is known color: Slate Blue. HEX triplet: 6D, 4A and DF. RGB value is (109,74,223). Sum of RGB (Red+Green+Blue) = 109+74+223=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D4ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ADF is #92B520. Grayscale: #646464. Windows color (decimal): -9614625 or 14633581. OLE color: 14633581.

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

Color convert

RGB 109 74 223 -
CMYK 0.51 0.67 0 0.13
HSL 254.09º 0.7% 0.58% -
HSV(B) 254.09º 0.67% 0.87% -
XYZ 22.07 13.48 71.25 -
YUV 101.45 196.6 133.38 -
System Red Green Blue C M Y K H S L
Decimal 109 74 223 0.51 0.67 0 0.13 254.09 0.7 0.58
Hex 6D 4A DF 33 43 0 D FE 46 3A
Octal 155 112 337 63 103 0 15 376 106 72
Binary 1101101 1001010 11011111 110011 1000011 0 1101 11111110 1000110 111010

Color Harmonies of #6D4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ADF

Black with #6D4ADF

Text Example


Text Example

White with #6D4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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