Html Css Color HEX #6D46CE Slate Blue

📋 copy color: '#6D46CE'

red 109 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #6D46CE

Tints of Slate Blue #6D46CE

RGB

 RED value IS 109 (42.97% from 255) = 28.31%

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

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

R = 28.31%
G = 18.18%
B = 53.51%

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

#6D46CE (or 0x6D46CE) is known color: Slate Blue. HEX triplet: 6D, 46 and CE. RGB value is (109,70,206). Sum of RGB (Red+Green+Blue) = 109+70+206=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D46CE is #92B931. Grayscale: #606060. Windows color (decimal): -9615666 or 13518445. OLE color: 13518445.

HSL color Cylindrical-coordinate representation of color #6D46CE: hue angle of 257.21º 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 #6D46CE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 70 206 -
CMYK 0.47 0.66 0 0.19
HSL 257.21º 0.58% 0.54% -
HSV(B) 257.21º 0.66% 0.81% -
XYZ 19.64 12.09 59.69 -
YUV 97.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 109 70 206 0.47 0.66 0 0.19 257.21 0.58 0.54
Hex 6D 46 CE 2F 42 0 13 101 3A 36
Octal 155 106 316 57 102 0 23 401 72 66
Binary 1101101 1000110 11001110 101111 1000010 0 10011 100000001 111010 110110

Color Harmonies of #6D46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D46CE

Black with #6D46CE

Text Example


Text Example

White with #6D46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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