#695FAC

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

Shades of Blue Marguerite #695FAC

Tints of Blue Marguerite #695FAC

Color information

#695FAC (or 0x695FAC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5F and AC. RGB value is (105,95,172). Sum of RGB (Red+Green+Blue) = 105+95+172=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #695FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695FAC is #96A053. Grayscale: #6A6A6A. Windows color (decimal): -9871444 or 11296617. OLE color: 11296617.

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

Color convert

RGB10595172-
CMYK0.390.4500.33
HSL247.79º31.69%52.35%-
HSV(B)247.79º44.77%67.45%-
XYZ17.3614.1740.85-
YUV106.77164.81126.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=28.23%
G=25.54%
B=46.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105951720.390.4500.33247.7931.6952.35
Hex695FAC272D021f82034
Octal15113725447550413704064
Binary1101001101111110101100100111101101010000111111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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