#6964BD

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

Shades of Blue Marguerite #6964BD

Tints of Blue Marguerite #6964BD

Color information

#6964BD (or 0x6964BD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 64 and BD. RGB value is (105,100,189). Sum of RGB (Red+Green+Blue) = 105+100+189=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6964BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964BD is #969B42. Grayscale: #6F6F6F. Windows color (decimal): -9870147 or 12412009. OLE color: 12412009.

HSL color Cylindrical-coordinate representation of color #6964BD: hue angle of 243.37º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6964BD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105100189-
CMYK0.440.4700.26
HSL243.37º40.27%56.67%-
HSV(B)243.37º47.09%74.12%-
XYZ19.5715.7950.16-
YUV111.64171.66123.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=26.65%
G=25.38%
B=47.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051001890.440.4700.26243.3740.2756.67
Hex6964BD2C2F01Af32839
Octal15114427554570323635071
Binary110100111001001011110110110010111101101011110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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