Html Css Color HEX #6F4FBA Blue Marguerite

📋 copy color: '#6F4FBA'

red 111 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #6F4FBA

Tints of Blue Marguerite #6F4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 29.52%
G = 21.01%
B = 49.47%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F4FBA (or 0x6F4FBA) is known color: Blue Marguerite. HEX triplet: 6F, 4F and BA. RGB value is (111,79,186). Sum of RGB (Red+Green+Blue) = 111+79+186=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FBA is #90B045. Grayscale: #646464. Windows color (decimal): -9482310 or 12210031. OLE color: 12210031.

HSL color Cylindrical-coordinate representation of color #6F4FBA: hue angle of 257.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F4FBA is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 79 186 -
CMYK 0.40 0.58 0 0.27
HSL 257.94º 0.44% 0.52% -
HSV(B) 257.94º 0.58% 0.73% -
XYZ 18.21 12.52 47.91 -
YUV 100.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 111 79 186 0.40 0.58 0 0.27 257.94 0.44 0.52
Hex 6F 4F BA 28 3A 0 1B 102 2C 34
Octal 157 117 272 50 72 0 33 402 54 64
Binary 1101111 1001111 10111010 101000 111010 0 11011 100000010 101100 110100

Color Harmonies of #6F4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4FBA

Black with #6F4FBA

Text Example


Text Example

White with #6F4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,79,186); }

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

background-color css

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

 a { background-color: rgb(111,79,186); }

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

border-color css

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

 span { border-color: rgb(111,79,186); }

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