#685CAA

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

Shades of Blue Marguerite #685CAA

Tints of Blue Marguerite #685CAA

Color information

#685CAA (or 0x685CAA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5C and AA. RGB value is (104,92,170). Sum of RGB (Red+Green+Blue) = 104+92+170=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #685CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685CAA is #97A355. Grayscale: #686868. Windows color (decimal): -9937750 or 11164776. OLE color: 11164776.

HSL color Cylindrical-coordinate representation of color #685CAA: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685CAA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10492170-
CMYK0.390.4600.33
HSL249.23º31.45%51.37%-
HSV(B)249.23º45.88%66.67%-
XYZ16.7913.539.75-
YUV104.48164.98127.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=28.42%
G=25.14%
B=46.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104921700.390.4600.33249.2331.4551.37
Hex685CAA272E021f91f33
Octal15013425247560413713763
Binary110100010111001010101010011110111001000011111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,170); }

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

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

 a { background-color: rgb(104,92,170); }

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

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

 span { border-color: rgb(104,92,170); }

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