#6954AE

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

Shades of Blue Marguerite #6954AE

Tints of Blue Marguerite #6954AE

Color information

#6954AE (or 0x6954AE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and AE. RGB value is (105,84,174). Sum of RGB (Red+Green+Blue) = 105+84+174=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #6954AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6954AE is #96AB51. Grayscale: #646464. Windows color (decimal): -9874258 or 11424873. OLE color: 11424873.

HSL color Cylindrical-coordinate representation of color #6954AE: hue angle of 254º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6954AE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10584174-
CMYK0.400.5200.32
HSL254º35.71%50.59%-
HSV(B)254º51.72%68.24%-
XYZ16.6412.441.56-
YUV100.54169.46131.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=28.93%
G=23.14%
B=47.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105841740.400.5200.3225435.7150.59
Hex6954AE2834020fe2433
Octal15112425650640403764463
Binary1101001101010010101110101000110100010000011111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,84,174); }

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

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

 a { background-color: rgb(105,84,174); }

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

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

 span { border-color: rgb(105,84,174); }

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