#695BAA

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

Shades of Blue Marguerite #695BAA

Tints of Blue Marguerite #695BAA

Color information

#695BAA (or 0x695BAA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and AA. RGB value is (105,91,170). Sum of RGB (Red+Green+Blue) = 105+91+170=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #695BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BAA is #96A455. Grayscale: #676767. Windows color (decimal): -9872470 or 11164521. OLE color: 11164521.

HSL color Cylindrical-coordinate representation of color #695BAA: hue angle of 250.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695BAA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10591170-
CMYK0.380.4600.33
HSL250.63º31.73%51.18%-
HSV(B)250.63º46.47%66.67%-
XYZ16.8213.3939.73-
YUV104.19165.14128.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=28.69%
G=24.86%
B=46.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105911700.380.4600.33250.6331.7351.18
Hex695BAA262E021fb2033
Octal15113325246560413734063
Binary1101001101101110101010100110101110010000111111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,170); }

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

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

 a { background-color: rgb(105,91,170); }

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

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

 span { border-color: rgb(105,91,170); }

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