#6056AF

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

Shades of Blue Marguerite #6056AF

Tints of Blue Marguerite #6056AF

Color information

#6056AF (or 0x6056AF) is unknown color: approx Blue Marguerite. HEX triplet: 60, 56 and AF. RGB value is (96,86,175). Sum of RGB (Red+Green+Blue) = 96+86+175=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6056AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6056AF is #9FA950. Grayscale: #626262. Windows color (decimal): -10463569 or 11490912. OLE color: 11490912.

HSL color Cylindrical-coordinate representation of color #6056AF: hue angle of 246.74º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6056AF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9686175-
CMYK0.450.5100.31
HSL246.74º35.74%51.18%-
HSV(B)246.74º50.86%68.63%-
XYZ15.8912.2442.08-
YUV99.14170.81125.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=26.89%
G=24.09%
B=49.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96861750.450.5100.31246.7435.7451.18
Hex6056AF2D3301Ff72433
Octal14012625755630373674463
Binary110000010101101010111110110111001101111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6056AF; }

 p { color: rgb(96,86,175); }

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

<style>
 a { background-color: #6056AF; }

 a { background-color: rgb(96,86,175); }

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

<style>
 span { border-color: #6056AF; }

 span { border-color: rgb(96,86,175); }

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