#6C5CBF

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

Shades of Blue Marguerite #6C5CBF

Tints of Blue Marguerite #6C5CBF

Color information

#6C5CBF (or 0x6C5CBF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5C and BF. RGB value is (108,92,191). Sum of RGB (Red+Green+Blue) = 108+92+191=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5CBF is #93A340. Grayscale: #6B6B6B. Windows color (decimal): -9675585 or 12541036. OLE color: 12541036.

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

Color convert

RGB10892191-
CMYK0.430.5200.25
HSL249.7º43.61%55.49%-
HSV(B)249.7º51.83%74.9%-
XYZ19.4214.651.09-
YUV108.07174.8127.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 48.85%
R=27.62%
G=23.53%
B=48.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108921910.430.5200.25249.743.6155.49
Hex6C5CBF2B34019fa2c37
Octal15413427753640313725467
Binary110110010111001011111110101111010001100111111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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