#694CAD

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

Shades of Blue Marguerite #694CAD

Tints of Blue Marguerite #694CAD

Color information

#694CAD (or 0x694CAD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4C and AD. RGB value is (105,76,173). Sum of RGB (Red+Green+Blue) = 105+76+173=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #694CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694CAD is #96B352. Grayscale: #5F5F5F. Windows color (decimal): -9876307 or 11357289. OLE color: 11357289.

HSL color Cylindrical-coordinate representation of color #694CAD: hue angle of 257.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694CAD is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10576173-
CMYK0.390.5600.32
HSL257.94º38.96%48.82%-
HSV(B)257.94º56.07%67.84%-
XYZ15.9511.1940.85-
YUV95.73171.61134.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=29.66%
G=21.47%
B=48.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105761730.390.5600.32257.9438.9648.82
Hex694CAD27380201022731
Octal15111425547700404024761
Binary11010011001100101011011001111110000100000100000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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