#6F61AB

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

Shades of Blue Marguerite #6F61AB

Tints of Blue Marguerite #6F61AB

Color information

#6F61AB (or 0x6F61AB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 61 and AB. RGB value is (111,97,171). Sum of RGB (Red+Green+Blue) = 111+97+171=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F61AB is #909E54. Grayscale: #6D6D6D. Windows color (decimal): -9477717 or 11231599. OLE color: 11231599.

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

Color convert

RGB11197171-
CMYK0.350.4300.33
HSL251.35º30.58%52.55%-
HSV(B)251.35º43.27%67.06%-
XYZ18.1814.8740.44-
YUV109.62162.64128.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=29.29%
G=25.59%
B=45.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111971710.350.4300.33251.3530.5852.55
Hex6F61AB232B021fb1f35
Octal15714125343530413733765
Binary110111111000011010101110001110101101000011111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,171); }

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

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

 a { background-color: rgb(111,97,171); }

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

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

 span { border-color: rgb(111,97,171); }

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