#6153BB

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

Shades of Blue Marguerite #6153BB

Tints of Blue Marguerite #6153BB

Color information

#6153BB (or 0x6153BB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and BB. RGB value is (97,83,187). Sum of RGB (Red+Green+Blue) = 97+83+187=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #6153BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153BB is #9EAC44. Grayscale: #626262. Windows color (decimal): -10398789 or 12276577. OLE color: 12276577.

HSL color Cylindrical-coordinate representation of color #6153BB: hue angle of 248.08º 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 #6153BB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9783187-
CMYK0.480.5600.27
HSL248.08º43.33%52.94%-
HSV(B)248.08º55.61%73.33%-
XYZ16.9912.3248.5-
YUV99.04177.64126.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=26.43%
G=22.62%
B=50.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97831870.480.5600.27248.0843.3352.94
Hex6153BB303801Bf82b35
Octal14112327360700333705365
Binary110000110100111011101111000011100001101111111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6153BB; }

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

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

<style>
 a { background-color: #6153BB; }

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

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

<style>
 span { border-color: #6153BB; }

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

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