#6C5DBF

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

Shades of Blue Marguerite #6C5DBF

Tints of Blue Marguerite #6C5DBF

Color information

#6C5DBF (or 0x6C5DBF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5D and BF. RGB value is (108,93,191). Sum of RGB (Red+Green+Blue) = 108+93+191=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DBF is #93A240. Grayscale: #6C6C6C. Windows color (decimal): -9675329 or 12541292. OLE color: 12541292.

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

Color convert

RGB10893191-
CMYK0.430.5100.25
HSL249.18º43.36%55.69%-
HSV(B)249.18º51.31%74.9%-
XYZ19.514.7851.11-
YUV108.66174.47127.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 191 (75% from 255) = 48.72%
R=27.55%
G=23.72%
B=48.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108931910.430.5100.25249.1843.3655.69
Hex6C5DBF2B33019f92b38
Octal15413527753630313715370
Binary110110010111011011111110101111001101100111111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,191); }

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

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

 a { background-color: rgb(108,93,191); }

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

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

 span { border-color: rgb(108,93,191); }

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