#684BBD

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

Shades of Blue Marguerite #684BBD

Tints of Blue Marguerite #684BBD

Color information

#684BBD (or 0x684BBD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4B and BD. RGB value is (104,75,189). Sum of RGB (Red+Green+Blue) = 104+75+189=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #684BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BBD is #97B442. Grayscale: #606060. Windows color (decimal): -9942083 or 12405608. OLE color: 12405608.

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

Color convert

RGB10475189-
CMYK0.450.6000.26
HSL255.26º46.34%51.76%-
HSV(B)255.26º60.32%74.12%-
XYZ17.4111.6549.48-
YUV96.67180.11133.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=28.26%
G=20.38%
B=51.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104751890.450.6000.26255.2646.3451.76
Hex684BBD2D3C01Aff2e34
Octal15011327555740323775664
Binary110100010010111011110110110111110001101011111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,189); }

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

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

 a { background-color: rgb(104,75,189); }

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

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

 span { border-color: rgb(104,75,189); }

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