Html Css Color HEX #6F54BB Blue Marguerite

📋 copy color: '#6F54BB'

red 111 ◦ green 84 ◦ blue 187

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

Shades of Blue Marguerite #6F54BB

Tints of Blue Marguerite #6F54BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 29.06%
G = 21.99%
B = 48.95%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F54BB (or 0x6F54BB) is known color: Blue Marguerite. HEX triplet: 6F, 54 and BB. RGB value is (111,84,187). Sum of RGB (Red+Green+Blue) = 111+84+187=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F54BB is #90AB44. Grayscale: #676767. Windows color (decimal): -9481029 or 12276847. OLE color: 12276847.

HSL color Cylindrical-coordinate representation of color #6F54BB: hue angle of 255.73º 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 #6F54BB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 84 187 -
CMYK 0.41 0.55 0 0.27
HSL 255.73º 0.43% 0.53% -
HSV(B) 255.73º 0.55% 0.73% -
XYZ 18.7 13.31 48.6 -
YUV 103.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 111 84 187 0.41 0.55 0 0.27 255.73 0.43 0.53
Hex 6F 54 BB 29 37 0 1B 100 2B 35
Octal 157 124 273 51 67 0 33 400 53 65
Binary 1101111 1010100 10111011 101001 110111 0 11011 100000000 101011 110101

Color Harmonies of #6F54BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F54BB

Black with #6F54BB

Text Example


Text Example

White with #6F54BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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