Html Css Color HEX #6F4BBA Blue Marguerite

📋 copy color: '#6F4BBA'

red 111 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #6F4BBA

Tints of Blue Marguerite #6F4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 29.84%
G = 20.16%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F4BBA (or 0x6F4BBA) is known color: Blue Marguerite. HEX triplet: 6F, 4B and BA. RGB value is (111,75,186). Sum of RGB (Red+Green+Blue) = 111+75+186=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BBA is #90B445. Grayscale: #626262. Windows color (decimal): -9483334 or 12209007. OLE color: 12209007.

HSL color Cylindrical-coordinate representation of color #6F4BBA: hue angle of 259.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4BBA is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 75 186 -
CMYK 0.40 0.60 0 0.27
HSL 259.46º 0.45% 0.51% -
HSV(B) 259.46º 0.6% 0.73% -
XYZ 17.93 11.96 47.82 -
YUV 98.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 111 75 186 0.40 0.60 0 0.27 259.46 0.45 0.51
Hex 6F 4B BA 28 3C 0 1B 103 2D 33
Octal 157 113 272 50 74 0 33 403 55 63
Binary 1101111 1001011 10111010 101000 111100 0 11011 100000011 101101 110011

Color Harmonies of #6F4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4BBA

Black with #6F4BBA

Text Example


Text Example

White with #6F4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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