Html Css Color HEX #6C47BC Blue Marguerite

📋 copy color: '#6C47BC'

red 108 ◦ green 71 ◦ blue 188

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

Shades of Blue Marguerite #6C47BC

Tints of Blue Marguerite #6C47BC

RGB

 RED value IS 108 (42.58% from 255) = 29.43%

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 29.43%
G = 19.35%
B = 51.23%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C47BC (or 0x6C47BC) is known color: Blue Marguerite. HEX triplet: 6C, 47 and BC. RGB value is (108,71,188). Sum of RGB (Red+Green+Blue) = 108+71+188=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47BC is #93B843. Grayscale: #5E5E5E. Windows color (decimal): -9680964 or 12339052. OLE color: 12339052.

HSL color Cylindrical-coordinate representation of color #6C47BC: hue angle of 258.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C47BC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 71 188 -
CMYK 0.43 0.62 0 0.26
HSL 258.97º 0.47% 0.51% -
HSV(B) 258.97º 0.62% 0.74% -
XYZ 17.51 11.33 48.84 -
YUV 95.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 108 71 188 0.43 0.62 0 0.26 258.97 0.47 0.51
Hex 6C 47 BC 2B 3E 0 1A 103 2F 33
Octal 154 107 274 53 76 0 32 403 57 63
Binary 1101100 1000111 10111100 101011 111110 0 11010 100000011 101111 110011

Color Harmonies of #6C47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C47BC

Black with #6C47BC

Text Example


Text Example

White with #6C47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,188); }

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

background-color css

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

 a { background-color: rgb(108,71,188); }

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

border-color css

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

 span { border-color: rgb(108,71,188); }

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