#6D67BE

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

Shades of Blue Marguerite #6D67BE

Tints of Blue Marguerite #6D67BE

Color information

#6D67BE (or 0x6D67BE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 67 and BE. RGB value is (109,103,190). Sum of RGB (Red+Green+Blue) = 109+103+190=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67BE is #929841. Grayscale: #727272. Windows color (decimal): -9607234 or 12478317. OLE color: 12478317.

HSL color Cylindrical-coordinate representation of color #6D67BE: hue angle of 244.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D67BE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109103190-
CMYK0.430.4600.25
HSL244.14º40.09%57.45%-
HSV(B)244.14º45.79%74.51%-
XYZ20.4516.6750.85-
YUV114.71170.49123.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.11%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=27.11%
G=25.62%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091031900.430.4600.25244.1440.0957.45
Hex6D67BE2B2E019f42839
Octal15514727653560313645071
Binary110110111001111011111010101110111001100111110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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