#6750AE

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

Shades of Blue Marguerite #6750AE

Tints of Blue Marguerite #6750AE

Color information

#6750AE (or 0x6750AE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 50 and AE. RGB value is (103,80,174). Sum of RGB (Red+Green+Blue) = 103+80+174=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #6750AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6750AE is #98AF51. Grayscale: #616161. Windows color (decimal): -10006354 or 11423847. OLE color: 11423847.

HSL color Cylindrical-coordinate representation of color #6750AE: hue angle of 254.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6750AE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10380174-
CMYK0.410.5400.32
HSL254.68º37.01%49.8%-
HSV(B)254.68º54.02%68.24%-
XYZ16.111.6841.45-
YUV97.59171.12131.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=28.85%
G=22.41%
B=48.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103801740.410.5400.32254.6837.0149.8
Hex6750AE2936020ff2532
Octal14712025651660403774562
Binary1100111101000010101110101001110110010000011111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6750AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6750AE; }

 p { color: rgb(103,80,174); }

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

<style>
 a { background-color: #6750AE; }

 a { background-color: rgb(103,80,174); }

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

<style>
 span { border-color: #6750AE; }

 span { border-color: rgb(103,80,174); }

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