#695BBE

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

Shades of Blue Marguerite #695BBE

Tints of Blue Marguerite #695BBE

Color information

#695BBE (or 0x695BBE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and BE. RGB value is (105,91,190). Sum of RGB (Red+Green+Blue) = 105+91+190=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #695BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BBE is #96A441. Grayscale: #6A6A6A. Windows color (decimal): -9872450 or 12475241. OLE color: 12475241.

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

Color convert

RGB10591190-
CMYK0.450.5200.25
HSL248.48º43.23%55.1%-
HSV(B)248.48º52.11%74.51%-
XYZ18.8614.250.46-
YUV106.47175.14126.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=27.20%
G=23.58%
B=49.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105911900.450.5200.25248.4843.2355.1
Hex695BBE2D34019f82b37
Octal15113327655640313705367
Binary110100110110111011111010110111010001100111111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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