#6F53BB

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

Shades of Blue Marguerite #6F53BB

Tints of Blue Marguerite #6F53BB

Color information

#6F53BB (or 0x6F53BB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 53 and BB. RGB value is (111,83,187). Sum of RGB (Red+Green+Blue) = 111+83+187=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F53BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53BB is #90AC44. Grayscale: #666666. Windows color (decimal): -9481285 or 12276591. OLE color: 12276591.

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

Color convert

RGB11183187-
CMYK0.410.5600.27
HSL256.15º43.33%52.94%-
HSV(B)256.15º55.61%73.33%-
XYZ18.6213.1548.57-
YUV103.23175.28133.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=29.13%
G=21.78%
B=49.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111831870.410.5600.27256.1543.3352.94
Hex6F53BB293801B1002b35
Octal15712327351700334005365
Binary1101111101001110111011101001111000011011100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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