#694DB5

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

Shades of Blue Marguerite #694DB5

Tints of Blue Marguerite #694DB5

Color information

#694DB5 (or 0x694DB5) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4D and B5. RGB value is (105,77,181). Sum of RGB (Red+Green+Blue) = 105+77+181=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #694DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DB5 is #96B24A. Grayscale: #606060. Windows color (decimal): -9876043 or 11881833. OLE color: 11881833.

HSL color Cylindrical-coordinate representation of color #694DB5: hue angle of 256.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694DB5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10577181-
CMYK0.420.5700.29
HSL256.15º41.27%50.59%-
HSV(B)256.15º57.46%70.98%-
XYZ16.8211.6545.08-
YUV97.23175.28133.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 181 (71.09% from 255) = 49.86%
R=28.93%
G=21.21%
B=49.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105771810.420.5700.29256.1541.2750.59
Hex694DB52A3901D1002933
Octal15111526552710354005163
Binary1101001100110110110101101010111001011101100000000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,181); }

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

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

 a { background-color: rgb(105,77,181); }

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

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

 span { border-color: rgb(105,77,181); }

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