#695BAC

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

Shades of Blue Marguerite #695BAC

Tints of Blue Marguerite #695BAC

Color information

#695BAC (or 0x695BAC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and AC. RGB value is (105,91,172). Sum of RGB (Red+Green+Blue) = 105+91+172=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #695BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BAC is #96A453. Grayscale: #686868. Windows color (decimal): -9872468 or 11295593. OLE color: 11295593.

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

Color convert

RGB10591172-
CMYK0.390.4700.33
HSL250.37º32.79%51.57%-
HSV(B)250.37º47.09%67.45%-
XYZ17.0113.4640.73-
YUV104.42166.14128.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=28.53%
G=24.73%
B=46.74%

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
Decimal105911720.390.4700.33250.3732.7951.57
Hex695BAC272F021fa2134
Octal15113325447570413724164
Binary1101001101101110101100100111101111010000111111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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