#6D60BF

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

Shades of Blue Marguerite #6D60BF

Tints of Blue Marguerite #6D60BF

Color information

#6D60BF (or 0x6D60BF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 60 and BF. RGB value is (109,96,191). Sum of RGB (Red+Green+Blue) = 109+96+191=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60BF is #929F40. Grayscale: #6E6E6E. Windows color (decimal): -9609025 or 12542061. OLE color: 12542061.

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

Color convert

RGB10996191-
CMYK0.430.5000.25
HSL248.21º42.6%56.27%-
HSV(B)248.21º49.74%74.9%-
XYZ19.8915.3851.21-
YUV110.72173.31126.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 191 (75% from 255) = 48.23%
R=27.53%
G=24.24%
B=48.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109961910.430.5000.25248.2142.656.27
Hex6D60BF2B32019f82b38
Octal15514027753620313705370
Binary110110111000001011111110101111001001100111111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,191); }

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

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

 a { background-color: rgb(109,96,191); }

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

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

 span { border-color: rgb(109,96,191); }

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