#684CBA

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

Shades of Blue Marguerite #684CBA

Tints of Blue Marguerite #684CBA

Color information

#684CBA (or 0x684CBA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4C and BA. RGB value is (104,76,186). Sum of RGB (Red+Green+Blue) = 104+76+186=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #684CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBA is #97B345. Grayscale: #606060. Windows color (decimal): -9941830 or 12209256. OLE color: 12209256.

HSL color Cylindrical-coordinate representation of color #684CBA: hue angle of 255.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684CBA is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10476186-
CMYK0.440.5900.27
HSL255.27º44.35%51.37%-
HSV(B)255.27º59.14%72.94%-
XYZ17.1611.6647.8-
YUV96.91178.28133.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=28.42%
G=20.77%
B=50.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104761860.440.5900.27255.2744.3551.37
Hex684CBA2C3B01Bff2c33
Octal15011427254730333775463
Binary110100010011001011101010110011101101101111111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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