Html Css Color HEX #6D47CC Slate Blue

📋 copy color: '#6D47CC'

red 109 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #6D47CC

Tints of Slate Blue #6D47CC

RGB

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

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

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

R = 28.39%
G = 18.49%
B = 53.13%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D47CC (or 0x6D47CC) is known color: Slate Blue. HEX triplet: 6D, 47 and CC. RGB value is (109,71,204). Sum of RGB (Red+Green+Blue) = 109+71+204=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47CC is #92B833. Grayscale: #616161. Windows color (decimal): -9615412 or 13387629. OLE color: 13387629.

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

Color convert

RGB 109 71 204 -
CMYK 0.47 0.65 0 0.2
HSL 257.14º 0.57% 0.54% -
HSV(B) 257.14º 0.65% 0.8% -
XYZ 19.46 12.12 58.44 -
YUV 97.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 109 71 204 0.47 0.65 0 0.2 257.14 0.57 0.54
Hex 6D 47 CC 2F 41 0 14 101 39 36
Octal 155 107 314 57 101 0 24 401 71 66
Binary 1101101 1000111 11001100 101111 1000001 0 10100 100000001 111001 110110

Color Harmonies of #6D47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D47CC

Black with #6D47CC

Text Example


Text Example

White with #6D47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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