#685CAB

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

Shades of Blue Marguerite #685CAB

Tints of Blue Marguerite #685CAB

Color information

#685CAB (or 0x685CAB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5C and AB. RGB value is (104,92,171). Sum of RGB (Red+Green+Blue) = 104+92+171=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #685CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685CAB is #97A354. Grayscale: #686868. Windows color (decimal): -9937749 or 11230312. OLE color: 11230312.

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

Color convert

RGB10492171-
CMYK0.390.4600.33
HSL249.11º31.98%51.57%-
HSV(B)249.11º46.2%67.06%-
XYZ16.8913.5440.25-
YUV104.59165.48127.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=28.34%
G=25.07%
B=46.59%

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
Decimal104921710.390.4600.33249.1131.9851.57
Hex685CAB272E021f92034
Octal15013425347560413714064
Binary1101000101110010101011100111101110010000111111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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