Html Css Color HEX #6F4DB3 Blue Marguerite

📋 copy color: '#6F4DB3'

red 111 ◦ green 77 ◦ blue 179

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

Shades of Blue Marguerite #6F4DB3

Tints of Blue Marguerite #6F4DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

 BLUE value IS 179 (70.31% from 255) = 48.77%

R = 30.25%
G = 20.98%
B = 48.77%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F4DB3 (or 0x6F4DB3) is known color: Blue Marguerite. HEX triplet: 6F, 4D and B3. RGB value is (111,77,179). Sum of RGB (Red+Green+Blue) = 111+77+179=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F4DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DB3 is #90B24C. Grayscale: #626262. Windows color (decimal): -9482829 or 11750767. OLE color: 11750767.

HSL color Cylindrical-coordinate representation of color #6F4DB3: hue angle of 260º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4DB3 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 77 179 -
CMYK 0.38 0.57 0 0.30
HSL 260º 0.4% 0.5% -
HSV(B) 260º 0.57% 0.7% -
XYZ 17.35 11.94 44.04 -
YUV 98.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 111 77 179 0.38 0.57 0 0.30 260 0.4 0.5
Hex 6F 4D B3 26 39 0 1E 104 28 32
Octal 157 115 263 46 71 0 36 404 50 62
Binary 1101111 1001101 10110011 100110 111001 0 11110 100000100 101000 110010

Color Harmonies of #6F4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DB3

Black with #6F4DB3

Text Example


Text Example

White with #6F4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,179); }

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

background-color css

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

 a { background-color: rgb(111,77,179); }

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

border-color css

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

 span { border-color: rgb(111,77,179); }

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