#6F5DBA

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

Shades of Blue Marguerite #6F5DBA

Tints of Blue Marguerite #6F5DBA

Color information

#6F5DBA (or 0x6F5DBA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5D and BA. RGB value is (111,93,186). Sum of RGB (Red+Green+Blue) = 111+93+186=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5DBA is #90A245. Grayscale: #6C6C6C. Windows color (decimal): -9478726 or 12213615. OLE color: 12213615.

HSL color Cylindrical-coordinate representation of color #6F5DBA: hue angle of 251.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5DBA is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11193186-
CMYK0.400.500.27
HSL251.61º40.26%54.71%-
HSV(B)251.61º50%72.94%-
XYZ19.3314.7548.28-
YUV108.98171.46129.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=28.46%
G=23.85%
B=47.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111931860.400.500.27251.6140.2654.71
Hex6F5DBA283201Bfc2837
Octal15713527250620333745067
Binary110111110111011011101010100011001001101111111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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