#695BAB

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

Shades of Blue Marguerite #695BAB

Tints of Blue Marguerite #695BAB

Color information

#695BAB (or 0x695BAB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and AB. RGB value is (105,91,171). Sum of RGB (Red+Green+Blue) = 105+91+171=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #695BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BAB is #96A454. Grayscale: #686868. Windows color (decimal): -9872469 or 11230057. OLE color: 11230057.

HSL color Cylindrical-coordinate representation of color #695BAB: hue angle of 250.5º 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 #695BAB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10591171-
CMYK0.390.4700.33
HSL250.5º32.26%51.37%-
HSV(B)250.5º46.78%67.06%-
XYZ16.9213.4340.23-
YUV104.31165.64128.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=28.61%
G=24.80%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105911710.390.4700.33250.532.2651.37
Hex695BAB272F021fa2033
Octal15113325347570413724063
Binary1101001101101110101011100111101111010000111111010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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