#6C59BC

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

Shades of Blue Marguerite #6C59BC

Tints of Blue Marguerite #6C59BC

Color information

#6C59BC (or 0x6C59BC) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 59 and BC. RGB value is (108,89,188). Sum of RGB (Red+Green+Blue) = 108+89+188=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59BC is #93A643. Grayscale: #696969. Windows color (decimal): -9676356 or 12343660. OLE color: 12343660.

HSL color Cylindrical-coordinate representation of color #6C59BC: hue angle of 251.52º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C59BC is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10889188-
CMYK0.430.5300.26
HSL251.52º42.49%54.31%-
HSV(B)251.52º52.66%73.73%-
XYZ18.8313.9649.28-
YUV105.97174.29129.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=28.05%
G=23.12%
B=48.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108891880.430.5300.26251.5242.4954.31
Hex6C59BC2B3501Afc2a36
Octal15413127453650323745266
Binary110110010110011011110010101111010101101011111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,188); }

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

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

 a { background-color: rgb(108,89,188); }

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

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

 span { border-color: rgb(108,89,188); }

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