Html Css Color HEX #6A4ACA Slate Blue

📋 copy color: '#6A4ACA'

red 106 ◦ green 74 ◦ blue 202

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

Shades of Slate Blue #6A4ACA

Tints of Slate Blue #6A4ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 27.75%
G = 19.37%
B = 52.88%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A4ACA (or 0x6A4ACA) is known color: Slate Blue. HEX triplet: 6A, 4A and CA. RGB value is (106,74,202). Sum of RGB (Red+Green+Blue) = 106+74+202=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ACA is #95B535. Grayscale: #616161. Windows color (decimal): -9811254 or 13257322. OLE color: 13257322.

HSL color Cylindrical-coordinate representation of color #6A4ACA: hue angle of 255º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A4ACA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 74 202 -
CMYK 0.48 0.63 0 0.21
HSL 255º 0.55% 0.54% -
HSV(B) 255º 0.63% 0.79% -
XYZ 19.05 12.23 57.23 -
YUV 98.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 106 74 202 0.48 0.63 0 0.21 255 0.55 0.54
Hex 6A 4A CA 30 3F 0 15 FF 37 36
Octal 152 112 312 60 77 0 25 377 67 66
Binary 1101010 1001010 11001010 110000 111111 0 10101 11111111 110111 110110

Color Harmonies of #6A4ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4ACA

Black with #6A4ACA

Text Example


Text Example

White with #6A4ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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