#685BBC

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

Shades of Blue Marguerite #685BBC

Tints of Blue Marguerite #685BBC

Color information

#685BBC (or 0x685BBC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5B and BC. RGB value is (104,91,188). Sum of RGB (Red+Green+Blue) = 104+91+188=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #685BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBC is #97A443. Grayscale: #696969. Windows color (decimal): -9937988 or 12344168. OLE color: 12344168.

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

Color convert

RGB10491188-
CMYK0.450.5200.26
HSL248.04º41.99%54.71%-
HSV(B)248.04º51.6%73.73%-
XYZ18.5314.0649.31-
YUV105.94174.31126.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=27.15%
G=23.76%
B=49.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104911880.450.5200.26248.0441.9954.71
Hex685BBC2D3401Af82a37
Octal15013327455640323705267
Binary110100010110111011110010110111010001101011111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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