#6051AB

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

Shades of Blue Marguerite #6051AB

Tints of Blue Marguerite #6051AB

Color information

#6051AB (or 0x6051AB) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and AB. RGB value is (96,81,171). Sum of RGB (Red+Green+Blue) = 96+81+171=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #6051AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AB is #9FAE54. Grayscale: #5F5F5F. Windows color (decimal): -10464853 or 11227488. OLE color: 11227488.

HSL color Cylindrical-coordinate representation of color #6051AB: hue angle of 250º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6051AB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9681171-
CMYK0.440.5300.33
HSL250º35.71%49.41%-
HSV(B)250º52.63%67.06%-
XYZ15.1211.3139.91-
YUV95.74170.47128.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=27.59%
G=23.28%
B=49.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96811710.440.5300.3325035.7149.41
Hex6051AB2C35021fa2431
Octal14012125354650413724461
Binary1100000101000110101011101100110101010000111111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6051AB; }

 p { color: rgb(96,81,171); }

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

<style>
 a { background-color: #6051AB; }

 a { background-color: rgb(96,81,171); }

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

<style>
 span { border-color: #6051AB; }

 span { border-color: rgb(96,81,171); }

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