#6F4CBD

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

Shades of Blue Marguerite #6F4CBD

Tints of Blue Marguerite #6F4CBD

Color information

#6F4CBD (or 0x6F4CBD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 4C and BD. RGB value is (111,76,189). Sum of RGB (Red+Green+Blue) = 111+76+189=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F4CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CBD is #90B342. Grayscale: #626262. Windows color (decimal): -9483075 or 12405871. OLE color: 12405871.

HSL color Cylindrical-coordinate representation of color #6F4CBD: hue angle of 258.58º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4CBD is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11176189-
CMYK0.410.6000.26
HSL258.58º46.12%51.96%-
HSV(B)258.58º59.79%74.12%-
XYZ18.3312.2249.54-
YUV99.35178.6136.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=29.52%
G=20.21%
B=50.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111761890.410.6000.26258.5846.1251.96
Hex6F4CBD293C01A1032e34
Octal15711427551740324035664
Binary1101111100110010111101101001111100011010100000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,189); }

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

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

 a { background-color: rgb(111,76,189); }

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

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

 span { border-color: rgb(111,76,189); }

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