#6E52BC

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

Shades of Blue Marguerite #6E52BC

Tints of Blue Marguerite #6E52BC

Color information

#6E52BC (or 0x6E52BC) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 52 and BC. RGB value is (110,82,188). Sum of RGB (Red+Green+Blue) = 110+82+188=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E52BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E52BC is #91AD43. Grayscale: #666666. Windows color (decimal): -9547076 or 12341870. OLE color: 12341870.

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

Color convert

RGB11082188-
CMYK0.410.5600.26
HSL255.85º44.17%52.94%-
HSV(B)255.85º56.38%73.73%-
XYZ18.5212.9849.11-
YUV102.46176.28133.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=28.95%
G=21.58%
B=49.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110821880.410.5600.26255.8544.1752.94
Hex6E52BC293801A1002c35
Octal15612227451700324005465
Binary1101110101001010111100101001111000011010100000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E52BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,188); }

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

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

 a { background-color: rgb(110,82,188); }

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

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

 span { border-color: rgb(110,82,188); }

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