Html Css Color HEX #6A4ADA Slate Blue

📋 copy color: '#6A4ADA'

red 106 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #6A4ADA

Tints of Slate Blue #6A4ADA

RGB

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

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

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

R = 26.63%
G = 18.59%
B = 54.77%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A4ADA (or 0x6A4ADA) is known color: Slate Blue. HEX triplet: 6A, 4A and DA. RGB value is (106,74,218). Sum of RGB (Red+Green+Blue) = 106+74+218=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A4ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ADA is #95B525. Grayscale: #636363. Windows color (decimal): -9811238 or 14305898. OLE color: 14305898.

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

Color convert

RGB 106 74 218 -
CMYK 0.51 0.66 0 0.15
HSL 253.33º 0.66% 0.57% -
HSV(B) 253.33º 0.66% 0.85% -
XYZ 21.05 13.02 67.73 -
YUV 99.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 106 74 218 0.51 0.66 0 0.15 253.33 0.66 0.57
Hex 6A 4A DA 33 42 0 F FD 42 39
Octal 152 112 332 63 102 0 17 375 102 71
Binary 1101010 1001010 11011010 110011 1000010 0 1111 11111101 1000010 111001

Color Harmonies of #6A4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4ADA

Black with #6A4ADA

Text Example


Text Example

White with #6A4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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