Html Css Color HEX #6A4EC0 Slate Blue

📋 copy color: '#6A4EC0'

red 106 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #6A4EC0

Tints of Slate Blue #6A4EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 28.19%
G = 20.74%
B = 51.06%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A4EC0 (or 0x6A4EC0) is known color: Slate Blue. HEX triplet: 6A, 4E and C0. RGB value is (106,78,192). Sum of RGB (Red+Green+Blue) = 106+78+192=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EC0 is #95B13F. Grayscale: #626262. Windows color (decimal): -9810240 or 12602986. OLE color: 12602986.

HSL color Cylindrical-coordinate representation of color #6A4EC0: hue angle of 254.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A4EC0 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 78 192 -
CMYK 0.45 0.59 0 0.25
HSL 254.74º 0.48% 0.53% -
HSV(B) 254.74º 0.59% 0.75% -
XYZ 18.18 12.32 51.29 -
YUV 99.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 106 78 192 0.45 0.59 0 0.25 254.74 0.48 0.53
Hex 6A 4E C0 2D 3B 0 19 FF 30 35
Octal 152 116 300 55 73 0 31 377 60 65
Binary 1101010 1001110 11000000 101101 111011 0 11001 11111111 110000 110101

Color Harmonies of #6A4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4EC0

Black with #6A4EC0

Text Example


Text Example

White with #6A4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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