#6D67B9

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

Shades of Blue Marguerite #6D67B9

Tints of Blue Marguerite #6D67B9

Color information

#6D67B9 (or 0x6D67B9) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 67 and B9. RGB value is (109,103,185). Sum of RGB (Red+Green+Blue) = 109+103+185=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D67B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67B9 is #929846. Grayscale: #717171. Windows color (decimal): -9607239 or 12150637. OLE color: 12150637.

HSL color Cylindrical-coordinate representation of color #6D67B9: hue angle of 244.39º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D67B9 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109103185-
CMYK0.410.4400.27
HSL244.39º36.94%56.47%-
HSV(B)244.39º44.32%72.55%-
XYZ19.9116.4548.03-
YUV114.14167.99124.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.46%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=27.46%
G=25.94%
B=46.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091031850.410.4400.27244.3936.9456.47
Hex6D67B9292C01Bf42538
Octal15514727151540333644570
Binary110110111001111011100110100110110001101111110100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D67B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,185); }

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

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

 a { background-color: rgb(109,103,185); }

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

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

 span { border-color: rgb(109,103,185); }

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