#6050BE

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

Shades of Blue Marguerite #6050BE

Tints of Blue Marguerite #6050BE

Color information

#6050BE (or 0x6050BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 50 and BE. RGB value is (96,80,190). Sum of RGB (Red+Green+Blue) = 96+80+190=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #6050BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050BE is #9FAF41. Grayscale: #606060. Windows color (decimal): -10465090 or 12472416. OLE color: 12472416.

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

Color convert

RGB9680190-
CMYK0.490.5800.25
HSL248.73º45.83%52.94%-
HSV(B)248.73º57.89%74.51%-
XYZ16.9911.9450.12-
YUV97.32180.3127.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=26.23%
G=21.86%
B=51.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96801900.490.5800.25248.7345.8352.94
Hex6050BE313A019f92e35
Octal14012027661720313715665
Binary110000010100001011111011000111101001100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6050BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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