#695fab

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

Shades of Blue Marguerite #695FAB

Tints of Blue Marguerite #695FAB

Color information

#695FAB (or 0x695FAB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5F and AB. RGB value is (105,95,171). Sum of RGB (Red+Green+Blue) = 105+95+171=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #695FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695FAB is #96A054. Grayscale: #6A6A6A. Windows color (decimal): -9871445 or 11231081. OLE color: 11231081.

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

Color convert

RGB10595171-
CMYK0.390.4400.33
HSL247.89º31.15%52.16%-
HSV(B)247.89º44.44%67.06%-
XYZ17.2714.1340.34-
YUV106.65164.31126.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=28.30%
G=25.61%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105951710.390.4400.33247.8931.1552.16
Hex695FAB272C021f81f34
Octal15113725347540413703764
Binary110100110111111010101110011110110001000011111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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