#694BAE

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

Shades of Blue Marguerite #694BAE

Tints of Blue Marguerite #694BAE

Color information

#694BAE (or 0x694BAE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4B and AE. RGB value is (105,75,174). Sum of RGB (Red+Green+Blue) = 105+75+174=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #694BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BAE is #96B451. Grayscale: #5E5E5E. Windows color (decimal): -9876562 or 11422569. OLE color: 11422569.

HSL color Cylindrical-coordinate representation of color #694BAE: hue angle of 258.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694BAE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10575174-
CMYK0.400.5700.32
HSL258.18º39.76%48.82%-
HSV(B)258.18º56.9%68.24%-
XYZ15.9811.0941.34-
YUV95.26172.44134.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=29.66%
G=21.19%
B=49.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105751740.400.5700.32258.1839.7648.82
Hex694BAE28390201022831
Octal15111325650710404025061
Binary11010011001011101011101010001110010100000100000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694BAE; }

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

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

<style>
 a { background-color: #694BAE; }

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

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

<style>
 span { border-color: #694BAE; }

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

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