#6D65BA

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

Shades of Blue Marguerite #6D65BA

Tints of Blue Marguerite #6D65BA

Color information

#6D65BA (or 0x6D65BA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 65 and BA. RGB value is (109,101,186). Sum of RGB (Red+Green+Blue) = 109+101+186=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D65BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65BA is #929A45. Grayscale: #707070. Windows color (decimal): -9607750 or 12215661. OLE color: 12215661.

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

Color convert

RGB109101186-
CMYK0.410.4600.27
HSL245.65º38.12%56.27%-
HSV(B)245.65º45.7%72.94%-
XYZ19.8216.148.52-
YUV113.08169.15125.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=27.53%
G=25.51%
B=46.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091011860.410.4600.27245.6538.1256.27
Hex6D65BA292E01Bf62638
Octal15514527251560333664670
Binary110110111001011011101010100110111001101111110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,186); }

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

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

 a { background-color: rgb(109,101,186); }

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

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

 span { border-color: rgb(109,101,186); }

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