#6F60AC

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

Shades of Blue Marguerite #6F60AC

Tints of Blue Marguerite #6F60AC

Color information

#6F60AC (or 0x6F60AC) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 60 and AC. RGB value is (111,96,172). Sum of RGB (Red+Green+Blue) = 111+96+172=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F60AC is #909F53. Grayscale: #6C6C6C. Windows color (decimal): -9477972 or 11296879. OLE color: 11296879.

HSL color Cylindrical-coordinate representation of color #6F60AC: hue angle of 251.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F60AC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11196172-
CMYK0.350.4400.33
HSL251.84º31.4%52.55%-
HSV(B)251.84º44.19%67.45%-
XYZ18.1814.7240.91-
YUV109.15163.47129.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=29.29%
G=25.33%
B=45.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111961720.350.4400.33251.8431.452.55
Hex6F60AC232C021fc1f35
Octal15714025443540413743765
Binary110111111000001010110010001110110001000011111110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F60AC; }

 p { color: rgb(111,96,172); }

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

<style>
 a { background-color: #6F60AC; }

 a { background-color: rgb(111,96,172); }

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

<style>
 span { border-color: #6F60AC; }

 span { border-color: rgb(111,96,172); }

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