#6054BE

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

Shades of Blue Marguerite #6054BE

Tints of Blue Marguerite #6054BE

Color information

#6054BE (or 0x6054BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 54 and BE. RGB value is (96,84,190). Sum of RGB (Red+Green+Blue) = 96+84+190=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #6054BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054BE is #9FAB41. Grayscale: #636363. Windows color (decimal): -10464066 or 12473440. OLE color: 12473440.

HSL color Cylindrical-coordinate representation of color #6054BE: hue angle of 246.79º 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 #6054BE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9684190-
CMYK0.490.5600.25
HSL246.79º44.92%53.73%-
HSV(B)246.79º55.79%74.51%-
XYZ17.2912.5550.23-
YUV99.67178.98125.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=25.95%
G=22.70%
B=51.35%

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
Decimal96841900.490.5600.25246.7944.9253.73
Hex6054BE3138019f72d36
Octal14012427661700313675566
Binary110000010101001011111011000111100001100111110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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