#6D58BC

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

Shades of Blue Marguerite #6D58BC

Tints of Blue Marguerite #6D58BC

Color information

#6D58BC (or 0x6D58BC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 58 and BC. RGB value is (109,88,188). Sum of RGB (Red+Green+Blue) = 109+88+188=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 88 (34.77% from 255 or 22.86% 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 #6D58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58BC is #92A743. Grayscale: #696969. Windows color (decimal): -9611076 or 12343405. OLE color: 12343405.

HSL color Cylindrical-coordinate representation of color #6D58BC: hue angle of 252.6º degrees, saturation: 0.43, 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 #6D58BC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10988188-
CMYK0.420.5300.26
HSL252.6º42.74%54.12%-
HSV(B)252.6º53.19%73.73%-
XYZ18.8713.8649.26-
YUV105.68174.46130.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=28.31%
G=22.86%
B=48.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109881880.420.5300.26252.642.7454.12
Hex6D58BC2A3501Afd2b36
Octal15513027452650323755366
Binary110110110110001011110010101011010101101011111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,188); }

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

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

 a { background-color: rgb(109,88,188); }

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

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

 span { border-color: rgb(109,88,188); }

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