#695AB1

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

Shades of Blue Marguerite #695AB1

Tints of Blue Marguerite #695AB1

Color information

#695AB1 (or 0x695AB1) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and B1. RGB value is (105,90,177). Sum of RGB (Red+Green+Blue) = 105+90+177=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #695AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AB1 is #96A54E. Grayscale: #686868. Windows color (decimal): -9872719 or 11623017. OLE color: 11623017.

HSL color Cylindrical-coordinate representation of color #695AB1: hue angle of 250.34º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695AB1 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10590177-
CMYK0.410.4900.31
HSL250.34º35.8%52.35%-
HSV(B)250.34º49.15%69.41%-
XYZ17.4213.4943.28-
YUV104.4168.97128.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=28.23%
G=24.19%
B=47.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105901770.410.4900.31250.3435.852.35
Hex695AB1293101Ffa2434
Octal15113226151610373724464
Binary110100110110101011000110100111000101111111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,90,177); }

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

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

 a { background-color: rgb(105,90,177); }

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

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

 span { border-color: rgb(105,90,177); }

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