#6F48BE

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

Shades of Blue Marguerite #6F48BE

Tints of Blue Marguerite #6F48BE

Color information

#6F48BE (or 0x6F48BE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 48 and BE. RGB value is (111,72,190). Sum of RGB (Red+Green+Blue) = 111+72+190=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F48BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F48BE is #90B741. Grayscale: #606060. Windows color (decimal): -9484098 or 12470383. OLE color: 12470383.

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

Color convert

RGB11172190-
CMYK0.420.6200.25
HSL259.83º47.58%51.37%-
HSV(B)259.83º62.11%74.51%-
XYZ18.1711.7350.02-
YUV97.11180.42137.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=29.76%
G=19.30%
B=50.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111721900.420.6200.25259.8347.5851.37
Hex6F48BE2A3E0191043033
Octal15711027652760314046063
Binary1101111100100010111110101010111110011001100000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,190); }

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

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

 a { background-color: rgb(111,72,190); }

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

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

 span { border-color: rgb(111,72,190); }

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