#6051BC

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

Shades of Blue Marguerite #6051BC

Tints of Blue Marguerite #6051BC

Color information

#6051BC (or 0x6051BC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and BC. RGB value is (96,81,188). Sum of RGB (Red+Green+Blue) = 96+81+188=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #6051BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BC is #9FAE43. Grayscale: #616161. Windows color (decimal): -10464836 or 12341600. OLE color: 12341600.

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

Color convert

RGB9681188-
CMYK0.490.5700.26
HSL248.41º44.4%52.75%-
HSV(B)248.41º56.91%73.73%-
XYZ16.841249.01-
YUV97.68178.97126.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=26.30%
G=22.19%
B=51.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96811880.490.5700.26248.4144.452.75
Hex6051BC313901Af82c35
Octal14012127461710323705465
Binary110000010100011011110011000111100101101011111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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