Html Css Color HEX #6E46CE Slate Blue

📋 copy color: '#6E46CE'

red 110 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #6E46CE

Tints of Slate Blue #6E46CE

RGB

 RED value IS 110 (43.36% from 255) = 28.5%

 GREEN value IS 70 (27.73% from 255) = 18.13%

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

R = 28.5%
G = 18.13%
B = 53.37%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E46CE (or 0x6E46CE) is known color: Slate Blue. HEX triplet: 6E, 46 and CE. RGB value is (110,70,206). Sum of RGB (Red+Green+Blue) = 110+70+206=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E46CE is #91B931. Grayscale: #606060. Windows color (decimal): -9550130 or 13518446. OLE color: 13518446.

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

Color convert

RGB 110 70 206 -
CMYK 0.47 0.66 0 0.19
HSL 257.65º 0.58% 0.54% -
HSV(B) 257.65º 0.66% 0.81% -
XYZ 19.76 12.15 59.7 -
YUV 97.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 110 70 206 0.47 0.66 0 0.19 257.65 0.58 0.54
Hex 6E 46 CE 2F 42 0 13 102 3A 36
Octal 156 106 316 57 102 0 23 402 72 66
Binary 1101110 1000110 11001110 101111 1000010 0 10011 100000010 111010 110110

Color Harmonies of #6E46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E46CE

Black with #6E46CE

Text Example


Text Example

White with #6E46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,70,206); }

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

background-color css

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

 a { background-color: rgb(110,70,206); }

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

border-color css

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

 span { border-color: rgb(110,70,206); }

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