#6B4BB0

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

Shades of Blue Marguerite #6B4BB0

Tints of Blue Marguerite #6B4BB0

Color information

#6B4BB0 (or 0x6B4BB0) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4B and B0. RGB value is (107,75,176). Sum of RGB (Red+Green+Blue) = 107+75+176=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B4BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4BB0 is #94B44F. Grayscale: #5F5F5F. Windows color (decimal): -9745488 or 11553643. OLE color: 11553643.

HSL color Cylindrical-coordinate representation of color #6B4BB0: hue angle of 259.01º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4BB0 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10775176-
CMYK0.390.5700.31
HSL259.01º40.24%49.22%-
HSV(B)259.01º57.39%69.02%-
XYZ16.4211.2942.39-
YUV96.08173.1135.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 176 (69.14% from 255) = 49.16%
R=29.89%
G=20.95%
B=49.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107751760.390.5700.31259.0140.2449.22
Hex6B4BB0273901F1032831
Octal15311326047710374035061
Binary1101011100101110110000100111111001011111100000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,75,176); }

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

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

 a { background-color: rgb(107,75,176); }

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

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

 span { border-color: rgb(107,75,176); }

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