#6053BE

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

Shades of Blue Marguerite #6053BE

Tints of Blue Marguerite #6053BE

Color information

#6053BE (or 0x6053BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 53 and BE. RGB value is (96,83,190). Sum of RGB (Red+Green+Blue) = 96+83+190=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #6053BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053BE is #9FAC41. Grayscale: #626262. Windows color (decimal): -10464322 or 12473184. OLE color: 12473184.

HSL color Cylindrical-coordinate representation of color #6053BE: hue angle of 247.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6053BE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9683190-
CMYK0.490.5600.25
HSL247.29º45.15%53.53%-
HSV(B)247.29º56.32%74.51%-
XYZ17.2112.3950.2-
YUV99.08179.31125.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=26.02%
G=22.49%
B=51.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96831900.490.5600.25247.2945.1553.53
Hex6053BE3138019f72d36
Octal14012327661700313675566
Binary110000010100111011111011000111100001100111110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6053BE; }

 p { color: rgb(96,83,190); }

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

<style>
 a { background-color: #6053BE; }

 a { background-color: rgb(96,83,190); }

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

<style>
 span { border-color: #6053BE; }

 span { border-color: rgb(96,83,190); }

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