#6684BF

Color #6684BF Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6684BF

Tints of Danube #6684BF

Color information

#6684BF (or 0x6684BF) is unknown color: approx Danube. HEX triplet: 66, 84 and BF. RGB value is (102,132,191). Sum of RGB (Red+Green+Blue) = 102+132+191=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #6684BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684BF is #997B40. Grayscale: #818181. Windows color (decimal): -10058561 or 12551270. OLE color: 12551270.

HSL color Cylindrical-coordinate representation of color #6684BF: hue angle of 219.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6684BF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102132191-
CMYK0.470.3100.25
HSL219.78º41.01%57.45%-
HSV(B)219.78º46.6%74.9%-
XYZ23.1323.0952.53-
YUV129.76162.56108.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 191 (75% from 255) = 44.94%
R=24%
G=31.06%
B=44.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021321910.470.3100.25219.7841.0157.45
Hex6684BF2F1F019dc2939
Octal14620427757370313345171
Binary110011010000100101111111011111111101100111011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6684BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6684BF; }

 p { color: rgb(102,132,191); }

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

<style>
 a { background-color: #6684BF; }

 a { background-color: rgb(102,132,191); }

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

<style>
 span { border-color: #6684BF; }

 span { border-color: rgb(102,132,191); }

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