Html Css Color HEX #6B46CC Slate Blue

📋 copy color: '#6B46CC'

red 107 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #6B46CC

Tints of Slate Blue #6B46CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 28.08%
G = 18.37%
B = 53.54%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B46CC (or 0x6B46CC) is known color: Slate Blue. HEX triplet: 6B, 46 and CC. RGB value is (107,70,204). Sum of RGB (Red+Green+Blue) = 107+70+204=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46CC is #94B933. Grayscale: #5F5F5F. Windows color (decimal): -9746740 or 13387371. OLE color: 13387371.

HSL color Cylindrical-coordinate representation of color #6B46CC: hue angle of 256.57º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B46CC is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 70 204 -
CMYK 0.48 0.66 0 0.2
HSL 256.57º 0.57% 0.54% -
HSV(B) 256.57º 0.66% 0.8% -
XYZ 19.15 11.87 58.41 -
YUV 96.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 107 70 204 0.48 0.66 0 0.2 256.57 0.57 0.54
Hex 6B 46 CC 30 42 0 14 101 39 36
Octal 153 106 314 60 102 0 24 401 71 66
Binary 1101011 1000110 11001100 110000 1000010 0 10100 100000001 111001 110110

Color Harmonies of #6B46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B46CC

Black with #6B46CC

Text Example


Text Example

White with #6B46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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