#694FB3

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

Shades of Blue Marguerite #694FB3

Tints of Blue Marguerite #694FB3

Color information

#694FB3 (or 0x694FB3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4F and B3. RGB value is (105,79,179). Sum of RGB (Red+Green+Blue) = 105+79+179=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #694FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FB3 is #96B04C. Grayscale: #616161. Windows color (decimal): -9875533 or 11751273. OLE color: 11751273.

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

Color convert

RGB10579179-
CMYK0.410.5600.30
HSL255.6º39.68%50.59%-
HSV(B)255.6º55.87%70.2%-
XYZ16.7611.8544.05-
YUV98.17173.61132.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=28.93%
G=21.76%
B=49.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105791790.410.5600.30255.639.6850.59
Hex694FB3293801E1002833
Octal15111726351700364005063
Binary1101001100111110110011101001111000011110100000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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