#6689BA

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

Shades of Danube #6689BA

Tints of Danube #6689BA

Color information

#6689BA (or 0x6689BA) is unknown color: approx Danube. HEX triplet: 66, 89 and BA. RGB value is (102,137,186). Sum of RGB (Red+Green+Blue) = 102+137+186=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #6689BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6689BA is #997645. Grayscale: #838383. Windows color (decimal): -10057286 or 12224870. OLE color: 12224870.

HSL color Cylindrical-coordinate representation of color #6689BA: hue angle of 215º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6689BA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102137186-
CMYK0.450.2600.27
HSL215º37.84%56.47%-
HSV(B)215º45.16%72.94%-
XYZ23.2924.2649.91-
YUV132.12158.4106.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=24%
G=32.24%
B=43.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021371860.450.2600.2721537.8456.47
Hex6689BA2D1A01Bd72638
Octal14621127255320333274670
Binary110011010001001101110101011011101001101111010111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6689BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6689BA; }

 p { color: rgb(102,137,186); }

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

<style>
 a { background-color: #6689BA; }

 a { background-color: rgb(102,137,186); }

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

<style>
 span { border-color: #6689BA; }

 span { border-color: rgb(102,137,186); }

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