#6E67BD

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

Shades of Blue Marguerite #6E67BD

Tints of Blue Marguerite #6E67BD

Color information

#6E67BD (or 0x6E67BD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 67 and BD. RGB value is (110,103,189). Sum of RGB (Red+Green+Blue) = 110+103+189=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E67BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E67BD is #919842. Grayscale: #727272. Windows color (decimal): -9541699 or 12412782. OLE color: 12412782.

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

Color convert

RGB110103189-
CMYK0.420.4600.26
HSL244.88º39.45%57.25%-
HSV(B)244.88º45.5%74.12%-
XYZ20.4716.6950.29-
YUV114.9169.82124.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.36%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=27.36%
G=25.62%
B=47.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101031890.420.4600.26244.8839.4557.25
Hex6E67BD2A2E01Af52739
Octal15614727552560323654771
Binary110111011001111011110110101010111001101011110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,189); }

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

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

 a { background-color: rgb(110,103,189); }

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

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

 span { border-color: rgb(110,103,189); }

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