#6F5DAF

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

Shades of Blue Marguerite #6F5DAF

Tints of Blue Marguerite #6F5DAF

Color information

#6F5DAF (or 0x6F5DAF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5D and AF. RGB value is (111,93,175). Sum of RGB (Red+Green+Blue) = 111+93+175=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F5DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DAF is #90A250. Grayscale: #6B6B6B. Windows color (decimal): -9478737 or 11492719. OLE color: 11492719.

HSL color Cylindrical-coordinate representation of color #6F5DAF: hue angle of 253.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F5DAF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11193175-
CMYK0.370.4700.31
HSL253.17º33.88%52.55%-
HSV(B)253.17º46.86%68.63%-
XYZ18.2114.342.36-
YUV107.73165.96130.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=29.29%
G=24.54%
B=46.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111931750.370.4700.31253.1733.8852.55
Hex6F5DAF252F01Ffd2235
Octal15713525745570373754265
Binary110111110111011010111110010110111101111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,93,175); }

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

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

 a { background-color: rgb(111,93,175); }

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

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

 span { border-color: rgb(111,93,175); }

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