#695EAC

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

Shades of Blue Marguerite #695EAC

Tints of Blue Marguerite #695EAC

Color information

#695EAC (or 0x695EAC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and AC. RGB value is (105,94,172). Sum of RGB (Red+Green+Blue) = 105+94+172=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #695EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EAC is #96A153. Grayscale: #696969. Windows color (decimal): -9871700 or 11296361. OLE color: 11296361.

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

Color convert

RGB10594172-
CMYK0.390.4500.33
HSL248.46º31.97%52.16%-
HSV(B)248.46º45.35%67.45%-
XYZ17.2713.9940.82-
YUV106.18165.14127.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=28.30%
G=25.34%
B=46.36%

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
Decimal105941720.390.4500.33248.4631.9752.16
Hex695EAC272D021f82034
Octal15113625447550413704064
Binary1101001101111010101100100111101101010000111111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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