#694EAC

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

Shades of Blue Marguerite #694EAC

Tints of Blue Marguerite #694EAC

Color information

#694EAC (or 0x694EAC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 4E and AC. RGB value is (105,78,172). Sum of RGB (Red+Green+Blue) = 105+78+172=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #694EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694EAC is #96B153. Grayscale: #606060. Windows color (decimal): -9875796 or 11292265. OLE color: 11292265.

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

Color convert

RGB10578172-
CMYK0.390.5500.33
HSL257.23º37.6%49.02%-
HSV(B)257.23º54.65%67.45%-
XYZ1611.4340.39-
YUV96.79170.45133.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=29.58%
G=21.97%
B=48.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105781720.390.5500.33257.2337.649.02
Hex694EAC27370211012631
Octal15111625447670414014661
Binary11010011001110101011001001111101110100001100000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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