Html Css Color HEX #6F49BC Blue Marguerite

📋 copy color: '#6F49BC'

red 111 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #6F49BC

Tints of Blue Marguerite #6F49BC

RGB

 RED value IS 111 (43.75% from 255) = 29.84%

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

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

R = 29.84%
G = 19.62%
B = 50.54%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F49BC (or 0x6F49BC) is known color: Blue Marguerite. HEX triplet: 6F, 49 and BC. RGB value is (111,73,188). Sum of RGB (Red+Green+Blue) = 111+73+188=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F49BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49BC is #90B643. Grayscale: #616161. Windows color (decimal): -9483844 or 12339567. OLE color: 12339567.

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

Color convert

RGB 111 73 188 -
CMYK 0.41 0.61 0 0.26
HSL 259.83º 0.46% 0.51% -
HSV(B) 259.83º 0.61% 0.74% -
XYZ 18.02 11.78 48.9 -
YUV 97.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 111 73 188 0.41 0.61 0 0.26 259.83 0.46 0.51
Hex 6F 49 BC 29 3D 0 1A 104 2E 33
Octal 157 111 274 51 75 0 32 404 56 63
Binary 1101111 1001001 10111100 101001 111101 0 11010 100000100 101110 110011

Color Harmonies of #6F49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F49BC

Black with #6F49BC

Text Example


Text Example

White with #6F49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,188); }

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

background-color css

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

 a { background-color: rgb(111,73,188); }

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

border-color css

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

 span { border-color: rgb(111,73,188); }

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