Html Css Color HEX #6B47CC Slate Blue

📋 copy color: '#6B47CC'

red 107 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #6B47CC

Tints of Slate Blue #6B47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

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

R = 28.01%
G = 18.59%
B = 53.4%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B47CC (or 0x6B47CC) is known color: Slate Blue. HEX triplet: 6B, 47 and CC. RGB value is (107,71,204). Sum of RGB (Red+Green+Blue) = 107+71+204=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B47CC is #94B833. Grayscale: #606060. Windows color (decimal): -9746484 or 13387627. OLE color: 13387627.

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

Color convert

RGB 107 71 204 -
CMYK 0.48 0.65 0 0.2
HSL 256.24º 0.57% 0.54% -
HSV(B) 256.24º 0.65% 0.8% -
XYZ 19.22 11.99 58.43 -
YUV 96.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 107 71 204 0.48 0.65 0 0.2 256.24 0.57 0.54
Hex 6B 47 CC 30 41 0 14 100 39 36
Octal 153 107 314 60 101 0 24 400 71 66
Binary 1101011 1000111 11001100 110000 1000001 0 10100 100000000 111001 110110

Color Harmonies of #6B47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B47CC

Black with #6B47CC

Text Example


Text Example

White with #6B47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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