Html Css Color HEX #6F51BB Blue Marguerite

📋 copy color: '#6F51BB'

red 111 ◦ green 81 ◦ blue 187

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

Shades of Blue Marguerite #6F51BB

Tints of Blue Marguerite #6F51BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

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

R = 29.29%
G = 21.37%
B = 49.34%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F51BB (or 0x6F51BB) is known color: Blue Marguerite. HEX triplet: 6F, 51 and BB. RGB value is (111,81,187). Sum of RGB (Red+Green+Blue) = 111+81+187=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F51BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F51BB is #90AE44. Grayscale: #656565. Windows color (decimal): -9481797 or 12276079. OLE color: 12276079.

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

Color convert

RGB 111 81 187 -
CMYK 0.41 0.57 0 0.27
HSL 256.98º 0.44% 0.53% -
HSV(B) 256.98º 0.57% 0.73% -
XYZ 18.47 12.85 48.52 -
YUV 102.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 111 81 187 0.41 0.57 0 0.27 256.98 0.44 0.53
Hex 6F 51 BB 29 39 0 1B 101 2C 35
Octal 157 121 273 51 71 0 33 401 54 65
Binary 1101111 1010001 10111011 101001 111001 0 11011 100000001 101100 110101

Color Harmonies of #6F51BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F51BB

Black with #6F51BB

Text Example


Text Example

White with #6F51BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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