Html Css Color HEX #6D4AEA Slate Blue

📋 copy color: '#6D4AEA'

red 109 ◦ green 74 ◦ blue 234

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

Shades of Slate Blue #6D4AEA

Tints of Slate Blue #6D4AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 26.14%
G = 17.75%
B = 56.12%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D4AEA (or 0x6D4AEA) is known color: Slate Blue. HEX triplet: 6D, 4A and EA. RGB value is (109,74,234). Sum of RGB (Red+Green+Blue) = 109+74+234=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D4AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AEA is #92B515. Grayscale: #666666. Windows color (decimal): -9614614 or 15354477. OLE color: 15354477.

HSL color Cylindrical-coordinate representation of color #6D4AEA: hue angle of 253.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4AEA is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 74 234 -
CMYK 0.53 0.68 0 0.08
HSL 253.13º 0.79% 0.6% -
HSV(B) 253.13º 0.68% 0.92% -
XYZ 23.61 14.09 79.32 -
YUV 102.71 202.1 132.49 -
System Red Green Blue C M Y K H S L
Decimal 109 74 234 0.53 0.68 0 0.08 253.13 0.79 0.6
Hex 6D 4A EA 35 44 0 8 FD 4F 3C
Octal 155 112 352 65 104 0 10 375 117 74
Binary 1101101 1001010 11101010 110101 1000100 0 1000 11111101 1001111 111100

Color Harmonies of #6D4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4AEA

Black with #6D4AEA

Text Example


Text Example

White with #6D4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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