#695DAB

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

Shades of Blue Marguerite #695DAB

Tints of Blue Marguerite #695DAB

Color information

#695DAB (or 0x695DAB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5D and AB. RGB value is (105,93,171). Sum of RGB (Red+Green+Blue) = 105+93+171=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #695DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DAB is #96A254. Grayscale: #696969. Windows color (decimal): -9871957 or 11230569. OLE color: 11230569.

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

Color convert

RGB10593171-
CMYK0.390.4600.33
HSL249.23º31.71%51.76%-
HSV(B)249.23º45.61%67.06%-
XYZ17.0913.7740.29-
YUV105.48164.98127.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=28.46%
G=25.20%
B=46.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105931710.390.4600.33249.2331.7151.76
Hex695DAB272E021f92034
Octal15113525347560413714064
Binary1101001101110110101011100111101110010000111111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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