#694DB3

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

Shades of Blue Marguerite #694DB3

Tints of Blue Marguerite #694DB3

Color information

#694DB3 (or 0x694DB3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4D and B3. RGB value is (105,77,179). Sum of RGB (Red+Green+Blue) = 105+77+179=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #694DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DB3 is #96B24C. Grayscale: #606060. Windows color (decimal): -9876045 or 11750761. OLE color: 11750761.

HSL color Cylindrical-coordinate representation of color #694DB3: hue angle of 256.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694DB3 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10577179-
CMYK0.410.5700.30
HSL256.47º40.16%50.2%-
HSV(B)256.47º56.98%70.2%-
XYZ16.6211.5744-
YUV97174.28133.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=29.09%
G=21.33%
B=49.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105771790.410.5700.30256.4740.1650.2
Hex694DB3293901E1002832
Octal15111526351710364005062
Binary1101001100110110110011101001111001011110100000000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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