Html Css Color HEX #6B49BE Blue Marguerite

📋 copy color: '#6B49BE'

red 107 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #6B49BE

Tints of Blue Marguerite #6B49BE

RGB

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

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

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

R = 28.92%
G = 19.73%
B = 51.35%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B49BE (or 0x6B49BE) is known color: Blue Marguerite. HEX triplet: 6B, 49 and BE. RGB value is (107,73,190). Sum of RGB (Red+Green+Blue) = 107+73+190=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B49BE is #94B641. Grayscale: #606060. Windows color (decimal): -9745986 or 12470635. OLE color: 12470635.

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

Color convert

RGB 107 73 190 -
CMYK 0.44 0.62 0 0.25
HSL 257.44º 0.47% 0.52% -
HSV(B) 257.44º 0.62% 0.75% -
XYZ 17.74 11.61 50.02 -
YUV 96.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 107 73 190 0.44 0.62 0 0.25 257.44 0.47 0.52
Hex 6B 49 BE 2C 3E 0 19 101 2F 34
Octal 153 111 276 54 76 0 31 401 57 64
Binary 1101011 1001001 10111110 101100 111110 0 11001 100000001 101111 110100

Color Harmonies of #6B49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B49BE

Black with #6B49BE

Text Example


Text Example

White with #6B49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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