#684CAB

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

Shades of Blue Marguerite #684CAB

Tints of Blue Marguerite #684CAB

Color information

#684CAB (or 0x684CAB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4C and AB. RGB value is (104,76,171). Sum of RGB (Red+Green+Blue) = 104+76+171=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #684CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684CAB is #97B354. Grayscale: #5E5E5E. Windows color (decimal): -9941845 or 11226216. OLE color: 11226216.

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

Color convert

RGB10476171-
CMYK0.390.5600.33
HSL257.68º38.46%48.43%-
HSV(B)257.68º55.56%67.06%-
XYZ15.6411.0539.84-
YUV95.2170.78134.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=29.63%
G=21.65%
B=48.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104761710.390.5600.33257.6838.4648.43
Hex684CAB27380211022630
Octal15011425347700414024660
Binary11010001001100101010111001111110000100001100000010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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