#695CA6

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

Shades of Blue Marguerite #695CA6

Tints of Blue Marguerite #695CA6

Color information

#695CA6 (or 0x695CA6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5C and A6. RGB value is (105,92,166). Sum of RGB (Red+Green+Blue) = 105+92+166=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #695CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695CA6 is #96A359. Grayscale: #686868. Windows color (decimal): -9872218 or 10902633. OLE color: 10902633.

HSL color Cylindrical-coordinate representation of color #695CA6: hue angle of 250.54º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695CA6 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10592166-
CMYK0.370.4500.35
HSL250.54º29.37%50.59%-
HSV(B)250.54º44.58%65.1%-
XYZ16.5413.4137.79-
YUV104.32162.81128.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=28.93%
G=25.34%
B=45.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105921660.370.4500.35250.5429.3750.59
Hex695CA6252D023fb1d33
Octal15113424645550433733563
Binary110100110111001010011010010110110101000111111101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,166); }

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

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

 a { background-color: rgb(105,92,166); }

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

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

 span { border-color: rgb(105,92,166); }

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