#6F4EB4

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

Shades of Blue Marguerite #6F4EB4

Tints of Blue Marguerite #6F4EB4

Color information

#6F4EB4 (or 0x6F4EB4) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 4E and B4. RGB value is (111,78,180). Sum of RGB (Red+Green+Blue) = 111+78+180=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F4EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4EB4 is #90B14B. Grayscale: #636363. Windows color (decimal): -9482572 or 11816559. OLE color: 11816559.

HSL color Cylindrical-coordinate representation of color #6F4EB4: hue angle of 259.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4EB4 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11178180-
CMYK0.380.5700.29
HSL259.41º40.48%50.59%-
HSV(B)259.41º56.67%70.59%-
XYZ17.5212.1244.6-
YUV99.49173.43136.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=30.08%
G=21.14%
B=48.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111781800.380.5700.29259.4140.4850.59
Hex6F4EB4263901D1032833
Octal15711626446710354035063
Binary1101111100111010110100100110111001011101100000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,180); }

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

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

 a { background-color: rgb(111,78,180); }

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

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

 span { border-color: rgb(111,78,180); }

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