#6B55AB

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

Shades of Blue Marguerite #6B55AB

Tints of Blue Marguerite #6B55AB

Color information

#6B55AB (or 0x6B55AB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 55 and AB. RGB value is (107,85,171). Sum of RGB (Red+Green+Blue) = 107+85+171=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B55AB is #94AA54. Grayscale: #656565. Windows color (decimal): -9742933 or 11228523. OLE color: 11228523.

HSL color Cylindrical-coordinate representation of color #6B55AB: hue angle of 255.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B55AB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10785171-
CMYK0.370.5000.33
HSL255.35º33.86%50.2%-
HSV(B)255.35º50.29%67.06%-
XYZ16.6612.5640.07-
YUV101.38167.29132.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=29.48%
G=23.42%
B=47.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107851710.370.5000.33255.3533.8650.2
Hex6B55AB2532021ff2232
Octal15312525345620413774262
Binary1101011101010110101011100101110010010000111111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,171); }

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

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

 a { background-color: rgb(107,85,171); }

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

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

 span { border-color: rgb(107,85,171); }

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