#695BBD

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

Shades of Blue Marguerite #695BBD

Tints of Blue Marguerite #695BBD

Color information

#695BBD (or 0x695BBD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and BD. RGB value is (105,91,189). Sum of RGB (Red+Green+Blue) = 105+91+189=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #695BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BBD is #96A442. Grayscale: #696969. Windows color (decimal): -9872451 or 12409705. OLE color: 12409705.

HSL color Cylindrical-coordinate representation of color #695BBD: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695BBD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10591189-
CMYK0.440.5200.26
HSL248.57º42.61%54.9%-
HSV(B)248.57º51.85%74.12%-
XYZ18.7514.1649.89-
YUV106.36174.64127.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=27.27%
G=23.64%
B=49.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105911890.440.5200.26248.5742.6154.9
Hex695BBD2C3401Af92b37
Octal15113327554640323715367
Binary110100110110111011110110110011010001101011111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,189); }

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

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

 a { background-color: rgb(105,91,189); }

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

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

 span { border-color: rgb(105,91,189); }

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