#685ABD

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

Shades of Blue Marguerite #685ABD

Tints of Blue Marguerite #685ABD

Color information

#685ABD (or 0x685ABD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5A and BD. RGB value is (104,90,189). Sum of RGB (Red+Green+Blue) = 104+90+189=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #685ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ABD is #97A542. Grayscale: #696969. Windows color (decimal): -9938243 or 12409448. OLE color: 12409448.

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

Color convert

RGB10490189-
CMYK0.450.5200.26
HSL248.48º42.86%54.71%-
HSV(B)248.48º52.38%74.12%-
XYZ18.5513.9349.86-
YUV105.47175.14126.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=27.15%
G=23.50%
B=49.35%

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
Decimal104901890.450.5200.26248.4842.8654.71
Hex685ABD2D3401Af82b37
Octal15013227555640323705367
Binary110100010110101011110110110111010001101011111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,189); }

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

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

 a { background-color: rgb(104,90,189); }

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

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

 span { border-color: rgb(104,90,189); }

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