Html Css Color HEX #6A4EC3 Slate Blue

📋 copy color: '#6A4EC3'

red 106 ◦ green 78 ◦ blue 195

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

Shades of Slate Blue #6A4EC3

Tints of Slate Blue #6A4EC3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 195 (76.56% from 255) = 51.45%

R = 27.97%
G = 20.58%
B = 51.45%

CMYK

 C value IS 0.46

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6A4EC3 (or 0x6A4EC3) is known color: Slate Blue. HEX triplet: 6A, 4E and C3. RGB value is (106,78,195). Sum of RGB (Red+Green+Blue) = 106+78+195=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #6A4EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EC3 is #95B13C. Grayscale: #636363. Windows color (decimal): -9810237 or 12799594. OLE color: 12799594.

HSL color Cylindrical-coordinate representation of color #6A4EC3: hue angle of 254.36º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4EC3 is Cyan = 0.46, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 78 195 -
CMYK 0.46 0.6 0 0.24
HSL 254.36º 0.49% 0.54% -
HSV(B) 254.36º 0.6% 0.76% -
XYZ 18.52 12.45 53.06 -
YUV 99.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 106 78 195 0.46 0.6 0 0.24 254.36 0.49 0.54
Hex 6A 4E C3 2E 3C 0 18 FE 31 36
Octal 152 116 303 56 74 0 30 376 61 66
Binary 1101010 1001110 11000011 101110 111100 0 11000 11111110 110001 110110

Color Harmonies of #6A4EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4EC3

Black with #6A4EC3

Text Example


Text Example

White with #6A4EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,78,195); }

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

background-color css

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

 a { background-color: rgb(106,78,195); }

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

border-color css

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

 span { border-color: rgb(106,78,195); }

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