Html Css Color HEX #6A4DDA Slate Blue

📋 copy color: '#6A4DDA'

red 106 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #6A4DDA

Tints of Slate Blue #6A4DDA

RGB

 RED value IS 106 (41.8% from 255) = 26.43%

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 26.43%
G = 19.2%
B = 54.36%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A4DDA (or 0x6A4DDA) is known color: Slate Blue. HEX triplet: 6A, 4D and DA. RGB value is (106,77,218). Sum of RGB (Red+Green+Blue) = 106+77+218=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DDA is #95B225. Grayscale: #656565. Windows color (decimal): -9810470 or 14306666. OLE color: 14306666.

HSL color Cylindrical-coordinate representation of color #6A4DDA: hue angle of 252.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A4DDA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 77 218 -
CMYK 0.51 0.65 0 0.15
HSL 252.34º 0.66% 0.58% -
HSV(B) 252.34º 0.65% 0.85% -
XYZ 21.25 13.43 67.8 -
YUV 101.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 106 77 218 0.51 0.65 0 0.15 252.34 0.66 0.58
Hex 6A 4D DA 33 41 0 F FC 42 3A
Octal 152 115 332 63 101 0 17 374 102 72
Binary 1101010 1001101 11011010 110011 1000001 0 1111 11111100 1000010 111010

Color Harmonies of #6A4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4DDA

Black with #6A4DDA

Text Example


Text Example

White with #6A4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,218); }

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

background-color css

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

 a { background-color: rgb(106,77,218); }

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

border-color css

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

 span { border-color: rgb(106,77,218); }

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