Html Css Color HEX #6F4DBA Blue Marguerite

📋 copy color: '#6F4DBA'

red 111 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #6F4DBA

Tints of Blue Marguerite #6F4DBA

RGB

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

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

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

R = 29.68%
G = 20.59%
B = 49.73%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F4DBA (or 0x6F4DBA) is known color: Blue Marguerite. HEX triplet: 6F, 4D and BA. RGB value is (111,77,186). Sum of RGB (Red+Green+Blue) = 111+77+186=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DBA is #90B245. Grayscale: #636363. Windows color (decimal): -9482822 or 12209519. OLE color: 12209519.

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

Color convert

RGB 111 77 186 -
CMYK 0.40 0.59 0 0.27
HSL 258.72º 0.44% 0.52% -
HSV(B) 258.72º 0.59% 0.73% -
XYZ 18.07 12.23 47.86 -
YUV 99.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 111 77 186 0.40 0.59 0 0.27 258.72 0.44 0.52
Hex 6F 4D BA 28 3B 0 1B 103 2C 34
Octal 157 115 272 50 73 0 33 403 54 64
Binary 1101111 1001101 10111010 101000 111011 0 11011 100000011 101100 110100

Color Harmonies of #6F4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DBA

Black with #6F4DBA

Text Example


Text Example

White with #6F4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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