#6E50B0

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

Shades of Blue Marguerite #6E50B0

Tints of Blue Marguerite #6E50B0

Color information

#6E50B0 (or 0x6E50B0) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 50 and B0. RGB value is (110,80,176). Sum of RGB (Red+Green+Blue) = 110+80+176=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E50B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E50B0 is #91AF4F. Grayscale: #636363. Windows color (decimal): -9547600 or 11554926. OLE color: 11554926.

HSL color Cylindrical-coordinate representation of color #6E50B0: hue angle of 258.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E50B0 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11080176-
CMYK0.370.5500.31
HSL258.75º37.8%50.2%-
HSV(B)258.75º54.55%69.02%-
XYZ17.1412.1942.52-
YUV99.91170.94135.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=30.05%
G=21.86%
B=48.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110801760.370.5500.31258.7537.850.2
Hex6E50B0253701F1032632
Octal15612026045670374034662
Binary1101110101000010110000100101110111011111100000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E50B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,176); }

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

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

 a { background-color: rgb(110,80,176); }

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

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

 span { border-color: rgb(110,80,176); }

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