Html Css Color HEX #6F4FBC Blue Marguerite

📋 copy color: '#6F4FBC'

red 111 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #6F4FBC

Tints of Blue Marguerite #6F4FBC

RGB

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

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

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

R = 29.37%
G = 20.9%
B = 49.74%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F4FBC (or 0x6F4FBC) is known color: Blue Marguerite. HEX triplet: 6F, 4F and BC. RGB value is (111,79,188). Sum of RGB (Red+Green+Blue) = 111+79+188=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FBC is #90B043. Grayscale: #646464. Windows color (decimal): -9482308 or 12341103. OLE color: 12341103.

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

Color convert

RGB 111 79 188 -
CMYK 0.41 0.58 0 0.26
HSL 257.61º 0.45% 0.52% -
HSV(B) 257.61º 0.58% 0.74% -
XYZ 18.43 12.6 49.04 -
YUV 100.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 111 79 188 0.41 0.58 0 0.26 257.61 0.45 0.52
Hex 6F 4F BC 29 3A 0 1A 102 2D 34
Octal 157 117 274 51 72 0 32 402 55 64
Binary 1101111 1001111 10111100 101001 111010 0 11010 100000010 101101 110100

Color Harmonies of #6F4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4FBC

Black with #6F4FBC

Text Example


Text Example

White with #6F4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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