#694FA8

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

Shades of Blue Marguerite #694FA8

Tints of Blue Marguerite #694FA8

Color information

#694FA8 (or 0x694FA8) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4F and A8. RGB value is (105,79,168). Sum of RGB (Red+Green+Blue) = 105+79+168=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #694FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694FA8 is #96B057. Grayscale: #606060. Windows color (decimal): -9875544 or 11030377. OLE color: 11030377.

HSL color Cylindrical-coordinate representation of color #694FA8: hue angle of 257.53º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694FA8 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10579168-
CMYK0.380.5300.34
HSL257.53º36.03%48.43%-
HSV(B)257.53º52.98%65.88%-
XYZ15.6911.4238.42-
YUV96.92168.11133.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 168 (66.02% from 255) = 47.73%
R=29.83%
G=22.44%
B=47.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105791680.380.5300.34257.5336.0348.43
Hex694FA826350221022430
Octal15111725046650424024460
Binary11010011001111101010001001101101010100010100000010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,168); }

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

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

 a { background-color: rgb(105,79,168); }

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

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

 span { border-color: rgb(105,79,168); }

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