Html Css Color HEX #6B47BE Blue Marguerite

📋 copy color: '#6B47BE'

red 107 ◦ green 71 ◦ blue 190

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

Shades of Blue Marguerite #6B47BE

Tints of Blue Marguerite #6B47BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 29.08%
G = 19.29%
B = 51.63%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B47BE (or 0x6B47BE) is known color: Blue Marguerite. HEX triplet: 6B, 47 and BE. RGB value is (107,71,190). Sum of RGB (Red+Green+Blue) = 107+71+190=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B47BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B47BE is #94B841. Grayscale: #5E5E5E. Windows color (decimal): -9746498 or 12470123. OLE color: 12470123.

HSL color Cylindrical-coordinate representation of color #6B47BE: hue angle of 258.15º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B47BE is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 71 190 -
CMYK 0.44 0.63 0 0.25
HSL 258.15º 0.48% 0.51% -
HSV(B) 258.15º 0.63% 0.75% -
XYZ 17.61 11.35 49.98 -
YUV 95.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 107 71 190 0.44 0.63 0 0.25 258.15 0.48 0.51
Hex 6B 47 BE 2C 3F 0 19 102 30 33
Octal 153 107 276 54 77 0 31 402 60 63
Binary 1101011 1000111 10111110 101100 111111 0 11001 100000010 110000 110011

Color Harmonies of #6B47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B47BE

Black with #6B47BE

Text Example


Text Example

White with #6B47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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