#6F4CB8

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

Shades of Blue Marguerite #6F4CB8

Tints of Blue Marguerite #6F4CB8

Color information

#6F4CB8 (or 0x6F4CB8) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 4C and B8. RGB value is (111,76,184). Sum of RGB (Red+Green+Blue) = 111+76+184=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F4CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CB8 is #90B347. Grayscale: #626262. Windows color (decimal): -9483080 or 12078191. OLE color: 12078191.

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

Color convert

RGB11176184-
CMYK0.400.5900.28
HSL259.44º43.2%50.98%-
HSV(B)259.44º58.7%72.16%-
XYZ17.7912.0146.73-
YUV98.78176.1136.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=29.92%
G=20.49%
B=49.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111761840.400.5900.28259.4443.250.98
Hex6F4CB8283B01C1032b33
Octal15711427050730344035363
Binary1101111100110010111000101000111011011100100000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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