#6F5DB8

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

Shades of Blue Marguerite #6F5DB8

Tints of Blue Marguerite #6F5DB8

Color information

#6F5DB8 (or 0x6F5DB8) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5D and B8. RGB value is (111,93,184). Sum of RGB (Red+Green+Blue) = 111+93+184=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F5DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5DB8 is #90A247. Grayscale: #6C6C6C. Windows color (decimal): -9478728 or 12082543. OLE color: 12082543.

HSL color Cylindrical-coordinate representation of color #6F5DB8: hue angle of 251.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F5DB8 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11193184-
CMYK0.400.4900.28
HSL251.87º39.06%54.31%-
HSV(B)251.87º49.46%72.16%-
XYZ19.1214.6747.17-
YUV108.76170.46129.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 184 (72.27% from 255) = 47.42%
R=28.61%
G=23.97%
B=47.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111931840.400.4900.28251.8739.0654.31
Hex6F5DB8283101Cfc2736
Octal15713527050610343744766
Binary110111110111011011100010100011000101110011111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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