Html Css Color HEX #6A4ECE Slate Blue

📋 copy color: '#6A4ECE'

red 106 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #6A4ECE

Tints of Slate Blue #6A4ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 27.18%
G = 20%
B = 52.82%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A4ECE (or 0x6A4ECE) is known color: Slate Blue. HEX triplet: 6A, 4E and CE. RGB value is (106,78,206). Sum of RGB (Red+Green+Blue) = 106+78+206=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4ECE is #95B131. Grayscale: #646464. Windows color (decimal): -9810226 or 13520490. OLE color: 13520490.

HSL color Cylindrical-coordinate representation of color #6A4ECE: hue angle of 253.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4ECE is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 78 206 -
CMYK 0.49 0.62 0 0.19
HSL 253.13º 0.57% 0.56% -
HSV(B) 253.13º 0.62% 0.81% -
XYZ 19.81 12.97 59.85 -
YUV 100.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 106 78 206 0.49 0.62 0 0.19 253.13 0.57 0.56
Hex 6A 4E CE 31 3E 0 13 FD 39 38
Octal 152 116 316 61 76 0 23 375 71 70
Binary 1101010 1001110 11001110 110001 111110 0 10011 11111101 111001 111000

Color Harmonies of #6A4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4ECE

Black with #6A4ECE

Text Example


Text Example

White with #6A4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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