Html Css Color HEX #6B49BB Blue Marguerite

📋 copy color: '#6B49BB'

red 107 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #6B49BB

Tints of Blue Marguerite #6B49BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 29.16%
G = 19.89%
B = 50.95%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B49BB (or 0x6B49BB) is known color: Blue Marguerite. HEX triplet: 6B, 49 and BB. RGB value is (107,73,187). Sum of RGB (Red+Green+Blue) = 107+73+187=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B49BB is #94B644. Grayscale: #5F5F5F. Windows color (decimal): -9745989 or 12274027. OLE color: 12274027.

HSL color Cylindrical-coordinate representation of color #6B49BB: hue angle of 257.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B49BB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 73 187 -
CMYK 0.43 0.61 0 0.27
HSL 257.89º 0.46% 0.51% -
HSV(B) 257.89º 0.61% 0.73% -
XYZ 17.42 11.48 48.31 -
YUV 96.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 107 73 187 0.43 0.61 0 0.27 257.89 0.46 0.51
Hex 6B 49 BB 2B 3D 0 1B 102 2E 33
Octal 153 111 273 53 75 0 33 402 56 63
Binary 1101011 1001001 10111011 101011 111101 0 11011 100000010 101110 110011

Color Harmonies of #6B49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B49BB

Black with #6B49BB

Text Example


Text Example

White with #6B49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,187); }

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

background-color css

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

 a { background-color: rgb(107,73,187); }

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

border-color css

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

 span { border-color: rgb(107,73,187); }

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