#6F51BF

Color #6F51BF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6F51BF

Tints of Blue Marguerite #6F51BF

Color information

#6F51BF (or 0x6F51BF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 51 and BF. RGB value is (111,81,191). Sum of RGB (Red+Green+Blue) = 111+81+191=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F51BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F51BF is #90AE40. Grayscale: #666666. Windows color (decimal): -9481793 or 12538223. OLE color: 12538223.

HSL color Cylindrical-coordinate representation of color #6F51BF: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F51BF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11181191-
CMYK0.420.5800.25
HSL256.36º46.22%53.33%-
HSV(B)256.36º57.59%74.9%-
XYZ18.913.0350.81-
YUV102.51177.94134.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 191 (75% from 255) = 49.87%
R=28.98%
G=21.15%
B=49.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111811910.420.5800.25256.3646.2253.33
Hex6F51BF2A3A0191002e35
Octal15712127752720314005665
Binary1101111101000110111111101010111010011001100000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F51BF;
 }
 .AnyTagClassName
 {
   color: #6F51BF;
 }
</style>
background-color css

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

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

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

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

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

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