#694EAD

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

Shades of Blue Marguerite #694EAD

Tints of Blue Marguerite #694EAD

Color information

#694EAD (or 0x694EAD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4E and AD. RGB value is (105,78,173). Sum of RGB (Red+Green+Blue) = 105+78+173=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #694EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EAD is #96B152. Grayscale: #606060. Windows color (decimal): -9875795 or 11357801. OLE color: 11357801.

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

Color convert

RGB10578173-
CMYK0.390.5500.32
HSL257.05º37.85%49.22%-
HSV(B)257.05º54.91%67.84%-
XYZ16.0911.4740.9-
YUV96.9170.95133.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=29.49%
G=21.91%
B=48.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105781730.390.5500.32257.0537.8549.22
Hex694EAD27370201012631
Octal15111625547670404014661
Binary11010011001110101011011001111101110100000100000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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