#695EAD

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

Shades of Blue Marguerite #695EAD

Tints of Blue Marguerite #695EAD

Color information

#695EAD (or 0x695EAD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and AD. RGB value is (105,94,173). Sum of RGB (Red+Green+Blue) = 105+94+173=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #695EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EAD is #96A152. Grayscale: #696969. Windows color (decimal): -9871699 or 11361897. OLE color: 11361897.

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

Color convert

RGB10594173-
CMYK0.390.4600.32
HSL248.35º32.51%52.35%-
HSV(B)248.35º45.66%67.84%-
XYZ17.3714.0341.33-
YUV106.29165.64127.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=28.23%
G=25.27%
B=46.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105941730.390.4600.32248.3532.5152.35
Hex695EAD272E020f82134
Octal15113625547560403704164
Binary1101001101111010101101100111101110010000011111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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