Html Css Color HEX #6F54BA Blue Marguerite

📋 copy color: '#6F54BA'

red 111 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #6F54BA

Tints of Blue Marguerite #6F54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

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

R = 29.13%
G = 22.05%
B = 48.82%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F54BA (or 0x6F54BA) is known color: Blue Marguerite. HEX triplet: 6F, 54 and BA. RGB value is (111,84,186). Sum of RGB (Red+Green+Blue) = 111+84+186=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F54BA is #90AB45. Grayscale: #676767. Windows color (decimal): -9481030 or 12211311. OLE color: 12211311.

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

Color convert

RGB 111 84 186 -
CMYK 0.40 0.55 0 0.27
HSL 255.88º 0.43% 0.53% -
HSV(B) 255.88º 0.55% 0.73% -
XYZ 18.59 13.27 48.04 -
YUV 103.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 111 84 186 0.40 0.55 0 0.27 255.88 0.43 0.53
Hex 6F 54 BA 28 37 0 1B 100 2A 35
Octal 157 124 272 50 67 0 33 400 52 65
Binary 1101111 1010100 10111010 101000 110111 0 11011 100000000 101010 110101

Color Harmonies of #6F54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F54BA

Black with #6F54BA

Text Example


Text Example

White with #6F54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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