#6152AE

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

Shades of Blue Marguerite #6152AE

Tints of Blue Marguerite #6152AE

Color information

#6152AE (or 0x6152AE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 52 and AE. RGB value is (97,82,174). Sum of RGB (Red+Green+Blue) = 97+82+174=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #6152AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6152AE is #9EAD51. Grayscale: #606060. Windows color (decimal): -10399058 or 11424353. OLE color: 11424353.

HSL color Cylindrical-coordinate representation of color #6152AE: hue angle of 249.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6152AE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9782174-
CMYK0.440.5300.32
HSL249.78º36.22%50.2%-
HSV(B)249.78º52.87%68.24%-
XYZ15.5911.6341.47-
YUV96.97171.47128.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=27.48%
G=23.23%
B=49.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97821740.440.5300.32249.7836.2250.2
Hex6152AE2C35020fa2432
Octal14112225654650403724462
Binary1100001101001010101110101100110101010000011111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6152AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6152AE; }

 p { color: rgb(97,82,174); }

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

<style>
 a { background-color: #6152AE; }

 a { background-color: rgb(97,82,174); }

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

<style>
 span { border-color: #6152AE; }

 span { border-color: rgb(97,82,174); }

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