#695AAE

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

Shades of Blue Marguerite #695AAE

Tints of Blue Marguerite #695AAE

Color information

#695AAE (or 0x695AAE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and AE. RGB value is (105,90,174). Sum of RGB (Red+Green+Blue) = 105+90+174=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #695AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AAE is #96A551. Grayscale: #676767. Windows color (decimal): -9872722 or 11426409. OLE color: 11426409.

HSL color Cylindrical-coordinate representation of color #695AAE: hue angle of 250.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #695AAE is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10590174-
CMYK0.400.4800.32
HSL250.71º34.15%51.76%-
HSV(B)250.71º48.28%68.24%-
XYZ17.1213.3741.72-
YUV104.06167.47128.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=28.46%
G=24.39%
B=47.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105901740.400.4800.32250.7134.1551.76
Hex695AAE2830020fb2234
Octal15113225650600403734264
Binary1101001101101010101110101000110000010000011111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695AAE; }

 p { color: rgb(105,90,174); }

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

<style>
 a { background-color: #695AAE; }

 a { background-color: rgb(105,90,174); }

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

<style>
 span { border-color: #695AAE; }

 span { border-color: rgb(105,90,174); }

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