Html Css Color HEX #6B46CE Slate Blue

📋 copy color: '#6B46CE'

red 107 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #6B46CE

Tints of Slate Blue #6B46CE

RGB

 RED value IS 107 (42.19% from 255) = 27.94%

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

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

R = 27.94%
G = 18.28%
B = 53.79%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B46CE (or 0x6B46CE) is known color: Slate Blue. HEX triplet: 6B, 46 and CE. RGB value is (107,70,206). Sum of RGB (Red+Green+Blue) = 107+70+206=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46CE is #94B931. Grayscale: #606060. Windows color (decimal): -9746738 or 13518443. OLE color: 13518443.

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

Color convert

RGB 107 70 206 -
CMYK 0.48 0.66 0 0.19
HSL 256.32º 0.58% 0.54% -
HSV(B) 256.32º 0.66% 0.81% -
XYZ 19.39 11.96 59.68 -
YUV 96.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 107 70 206 0.48 0.66 0 0.19 256.32 0.58 0.54
Hex 6B 46 CE 30 42 0 13 100 3A 36
Octal 153 106 316 60 102 0 23 400 72 66
Binary 1101011 1000110 11001110 110000 1000010 0 10011 100000000 111010 110110

Color Harmonies of #6B46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B46CE

Black with #6B46CE

Text Example


Text Example

White with #6B46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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