#694BAF

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

Shades of Blue Marguerite #694BAF

Tints of Blue Marguerite #694BAF

Color information

#694BAF (or 0x694BAF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4B and AF. RGB value is (105,75,175). Sum of RGB (Red+Green+Blue) = 105+75+175=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #694BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694BAF is #96B450. Grayscale: #5F5F5F. Windows color (decimal): -9876561 or 11488105. OLE color: 11488105.

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

Color convert

RGB10575175-
CMYK0.400.5700.31
HSL258º40%49.02%-
HSV(B)258º57.14%68.63%-
XYZ16.0811.1341.86-
YUV95.37172.94134.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=29.58%
G=21.13%
B=49.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105751750.400.5700.312584049.02
Hex694BAF283901F1022831
Octal15111325750710374025061
Binary1101001100101110101111101000111001011111100000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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