#694CBF

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

Shades of Blue Marguerite #694CBF

Tints of Blue Marguerite #694CBF

Color information

#694CBF (or 0x694CBF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4C and BF. RGB value is (105,76,191). Sum of RGB (Red+Green+Blue) = 105+76+191=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #694CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBF is #96B340. Grayscale: #616161. Windows color (decimal): -9876289 or 12536937. OLE color: 12536937.

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

Color convert

RGB10576191-
CMYK0.450.6000.25
HSL255.13º47.33%52.35%-
HSV(B)255.13º60.21%74.9%-
XYZ17.8111.9350.65-
YUV97.78180.61133.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 191 (75% from 255) = 51.34%
R=28.23%
G=20.43%
B=51.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105761910.450.6000.25255.1347.3352.35
Hex694CBF2D3C019ff2f34
Octal15111427755740313775764
Binary110100110011001011111110110111110001100111111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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