#6964AA

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

Shades of Blue Marguerite #6964AA

Tints of Blue Marguerite #6964AA

Color information

#6964AA (or 0x6964AA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 64 and AA. RGB value is (105,100,170). Sum of RGB (Red+Green+Blue) = 105+100+170=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6964AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964AA is #969B55. Grayscale: #6D6D6D. Windows color (decimal): -9870166 or 11166825. OLE color: 11166825.

HSL color Cylindrical-coordinate representation of color #6964AA: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6964AA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105100170-
CMYK0.380.4100.33
HSL244.29º29.17%52.94%-
HSV(B)244.29º41.18%66.67%-
XYZ17.6415.0240-
YUV109.48162.16124.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=28%
G=26.67%
B=45.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051001700.380.4100.33244.2929.1752.94
Hex6964AA2629021f41d35
Octal15114425246510413643565
Binary110100111001001010101010011010100101000011111010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6964AA; }

 p { color: rgb(105,100,170); }

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

<style>
 a { background-color: #6964AA; }

 a { background-color: rgb(105,100,170); }

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

<style>
 span { border-color: #6964AA; }

 span { border-color: rgb(105,100,170); }

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