#695EAF

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

Shades of Blue Marguerite #695EAF

Tints of Blue Marguerite #695EAF

Color information

#695EAF (or 0x695EAF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5E and AF. RGB value is (105,94,175). Sum of RGB (Red+Green+Blue) = 105+94+175=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #695EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EAF is #96A150. Grayscale: #6A6A6A. Windows color (decimal): -9871697 or 11492969. OLE color: 11492969.

HSL color Cylindrical-coordinate representation of color #695EAF: hue angle of 248.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695EAF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10594175-
CMYK0.400.4600.31
HSL248.15º33.61%52.75%-
HSV(B)248.15º46.29%68.63%-
XYZ17.5714.142.35-
YUV106.52166.64126.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=28.07%
G=25.13%
B=46.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105941750.400.4600.31248.1533.6152.75
Hex695EAF282E01Ff82235
Octal15113625750560373704265
Binary110100110111101010111110100010111001111111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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