#694FBF

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

Shades of Blue Marguerite #694FBF

Tints of Blue Marguerite #694FBF

Color information

#694FBF (or 0x694FBF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4F and BF. RGB value is (105,79,191). Sum of RGB (Red+Green+Blue) = 105+79+191=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #694FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FBF is #96B040. Grayscale: #636363. Windows color (decimal): -9875521 or 12537705. OLE color: 12537705.

HSL color Cylindrical-coordinate representation of color #694FBF: hue angle of 253.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #694FBF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10579191-
CMYK0.450.5900.25
HSL253.93º46.67%52.94%-
HSV(B)253.93º58.64%74.9%-
XYZ18.0312.3650.73-
YUV99.54179.61131.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 191 (75% from 255) = 50.93%
R=28%
G=21.07%
B=50.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105791910.450.5900.25253.9346.6752.94
Hex694FBF2D3B019fe2f35
Octal15111727755730313765765
Binary110100110011111011111110110111101101100111111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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