Html Css Color HEX #6A4ADE Slate Blue

📋 copy color: '#6A4ADE'

red 106 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #6A4ADE

Tints of Slate Blue #6A4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 26.37%
G = 18.41%
B = 55.22%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A4ADE (or 0x6A4ADE) is known color: Slate Blue. HEX triplet: 6A, 4A and DE. RGB value is (106,74,222). Sum of RGB (Red+Green+Blue) = 106+74+222=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ADE is #95B521. Grayscale: #636363. Windows color (decimal): -9811234 or 14568042. OLE color: 14568042.

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

Color convert

RGB 106 74 222 -
CMYK 0.52 0.67 0 0.13
HSL 252.97º 0.69% 0.58% -
HSV(B) 252.97º 0.67% 0.87% -
XYZ 21.58 13.24 70.52 -
YUV 100.44 196.6 131.97 -
System Red Green Blue C M Y K H S L
Decimal 106 74 222 0.52 0.67 0 0.13 252.97 0.69 0.58
Hex 6A 4A DE 34 43 0 D FD 45 3A
Octal 152 112 336 64 103 0 15 375 105 72
Binary 1101010 1001010 11011110 110100 1000011 0 1101 11111101 1000101 111010

Color Harmonies of #6A4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4ADE

Black with #6A4ADE

Text Example


Text Example

White with #6A4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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