#6051BE

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

Shades of Blue Marguerite #6051BE

Tints of Blue Marguerite #6051BE

Color information

#6051BE (or 0x6051BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and BE. RGB value is (96,81,190). Sum of RGB (Red+Green+Blue) = 96+81+190=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #6051BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BE is #9FAE41. Grayscale: #616161. Windows color (decimal): -10464834 or 12472672. OLE color: 12472672.

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

Color convert

RGB9681190-
CMYK0.490.5700.25
HSL248.26º45.61%53.14%-
HSV(B)248.26º57.37%74.51%-
XYZ17.0612.0950.15-
YUV97.91179.97126.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=26.16%
G=22.07%
B=51.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96811900.490.5700.25248.2645.6153.14
Hex6051BE3139019f82e35
Octal14012127661710313705665
Binary110000010100011011111011000111100101100111111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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