Html Css Color HEX #6A5ECE Slate Blue

📋 copy color: '#6A5ECE'

red 106 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #6A5ECE

Tints of Slate Blue #6A5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 26.11%
G = 23.15%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A5ECE (or 0x6A5ECE) is known color: Slate Blue. HEX triplet: 6A, 5E and CE. RGB value is (106,94,206). Sum of RGB (Red+Green+Blue) = 106+94+206=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ECE is #95A131. Grayscale: #6D6D6D. Windows color (decimal): -9806130 or 13524586. OLE color: 13524586.

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

Color convert

RGB 106 94 206 -
CMYK 0.49 0.54 0 0.19
HSL 246.43º 0.53% 0.59% -
HSV(B) 246.43º 0.54% 0.81% -
XYZ 21.09 15.53 60.28 -
YUV 110.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 106 94 206 0.49 0.54 0 0.19 246.43 0.53 0.59
Hex 6A 5E CE 31 36 0 13 F6 35 3B
Octal 152 136 316 61 66 0 23 366 65 73
Binary 1101010 1011110 11001110 110001 110110 0 10011 11110110 110101 111011

Color Harmonies of #6A5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ECE

Black with #6A5ECE

Text Example


Text Example

White with #6A5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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