#695BBC

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

Shades of Blue Marguerite #695BBC

Tints of Blue Marguerite #695BBC

Color information

#695BBC (or 0x695BBC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5B and BC. RGB value is (105,91,188). Sum of RGB (Red+Green+Blue) = 105+91+188=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #695BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BBC is #96A443. Grayscale: #696969. Windows color (decimal): -9872452 or 12344169. OLE color: 12344169.

HSL color Cylindrical-coordinate representation of color #695BBC: hue angle of 248.66º degrees, saturation: 0.42, 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 #695BBC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10591188-
CMYK0.440.5200.26
HSL248.66º41.99%54.71%-
HSV(B)248.66º51.6%73.73%-
XYZ18.6414.1249.32-
YUV106.24174.14127.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=27.34%
G=23.70%
B=48.96%

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
Decimal105911880.440.5200.26248.6641.9954.71
Hex695BBC2C3401Af92a37
Octal15113327454640323715267
Binary110100110110111011110010110011010001101011111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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