#695DBE

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

Shades of Blue Marguerite #695DBE

Tints of Blue Marguerite #695DBE

Color information

#695DBE (or 0x695DBE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5D and BE. RGB value is (105,93,190). Sum of RGB (Red+Green+Blue) = 105+93+190=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #695DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DBE is #96A241. Grayscale: #6B6B6B. Windows color (decimal): -9871938 or 12475753. OLE color: 12475753.

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

Color convert

RGB10593190-
CMYK0.450.5100.25
HSL247.42º42.73%55.49%-
HSV(B)247.42º51.05%74.51%-
XYZ19.0314.5550.52-
YUV107.65174.48126.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=27.06%
G=23.97%
B=48.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105931900.450.5100.25247.4242.7355.49
Hex695DBE2D33019f72b37
Octal15113527655630313675367
Binary110100110111011011111010110111001101100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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