#6F58BF

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

Shades of Blue Marguerite #6F58BF

Tints of Blue Marguerite #6F58BF

Color information

#6F58BF (or 0x6F58BF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 58 and BF. RGB value is (111,88,191). Sum of RGB (Red+Green+Blue) = 111+88+191=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58BF is #90A740. Grayscale: #6A6A6A. Windows color (decimal): -9480001 or 12540015. OLE color: 12540015.

HSL color Cylindrical-coordinate representation of color #6F58BF: hue angle of 253.4º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F58BF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11188191-
CMYK0.420.5400.25
HSL253.4º44.59%54.71%-
HSV(B)253.4º53.93%74.9%-
XYZ19.4514.1250.99-
YUV106.62175.62131.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 191 (75% from 255) = 48.97%
R=28.46%
G=22.56%
B=48.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111881910.420.5400.25253.444.5954.71
Hex6F58BF2A36019fd2d37
Octal15713027752660313755567
Binary110111110110001011111110101011011001100111111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,191); }

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

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

 a { background-color: rgb(111,88,191); }

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

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

 span { border-color: rgb(111,88,191); }

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