#6C58B4

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

Shades of Blue Marguerite #6C58B4

Tints of Blue Marguerite #6C58B4

Color information

#6C58B4 (or 0x6C58B4) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 58 and B4. RGB value is (108,88,180). Sum of RGB (Red+Green+Blue) = 108+88+180=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C58B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58B4 is #93A74B. Grayscale: #686868. Windows color (decimal): -9676620 or 11819116. OLE color: 11819116.

HSL color Cylindrical-coordinate representation of color #6C58B4: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C58B4 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10888180-
CMYK0.400.5100.29
HSL253.04º38.02%52.55%-
HSV(B)253.04º51.11%70.59%-
XYZ17.9113.4644.83-
YUV104.47170.63130.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=28.72%
G=23.40%
B=47.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108881800.400.5100.29253.0438.0252.55
Hex6C58B4283301Dfd2635
Octal15413026450630353754665
Binary110110010110001011010010100011001101110111111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C58B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,180); }

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

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

 a { background-color: rgb(108,88,180); }

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

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

 span { border-color: rgb(108,88,180); }

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