#684CBF

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

Shades of Blue Marguerite #684CBF

Tints of Blue Marguerite #684CBF

Color information

#684CBF (or 0x684CBF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4C and BF. RGB value is (104,76,191). Sum of RGB (Red+Green+Blue) = 104+76+191=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #684CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBF is #97B340. Grayscale: #616161. Windows color (decimal): -9941825 or 12536936. OLE color: 12536936.

HSL color Cylindrical-coordinate representation of color #684CBF: hue angle of 254.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684CBF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10476191-
CMYK0.460.6000.25
HSL254.61º47.33%52.35%-
HSV(B)254.61º60.21%74.9%-
XYZ17.711.8750.65-
YUV97.48180.78132.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 191 (75% from 255) = 51.48%
R=28.03%
G=20.49%
B=51.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104761910.460.6000.25254.6147.3352.35
Hex684CBF2E3C019ff2f34
Octal15011427756740313775764
Binary110100010011001011111110111011110001100111111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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