#695AAA

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

Shades of Blue Marguerite #695AAA

Tints of Blue Marguerite #695AAA

Color information

#695AAA (or 0x695AAA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and AA. RGB value is (105,90,170). Sum of RGB (Red+Green+Blue) = 105+90+170=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #695AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AAA is #96A555. Grayscale: #676767. Windows color (decimal): -9872726 or 11164265. OLE color: 11164265.

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

Color convert

RGB10590170-
CMYK0.380.4700.33
HSL251.25º32%50.98%-
HSV(B)251.25º47.06%66.67%-
XYZ16.7413.2239.7-
YUV103.6165.47129-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=28.77%
G=24.66%
B=46.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105901700.380.4700.33251.253250.98
Hex695AAA262F021fb2033
Octal15113225246570413734063
Binary1101001101101010101010100110101111010000111111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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